Html Css Color HEX #CD192A Fire Engine Red

📋 copy color: '#CD192A'

red 205 ◦ green 25 ◦ blue 42

#CD192A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CD192A

Tints of Fire Engine Red #CD192A

RGB

 RED value IS 205 (80.47% from 255) = 75.37%

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 75.37%
G = 9.19%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD192A (or 0xCD192A) is known color: Fire Engine Red. HEX triplet: CD, 19 and 2A. RGB value is (205,25,42). Sum of RGB (Red+Green+Blue) = 205+25+42=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD192A is #32E6D5. Grayscale: #505050. Windows color (decimal): -3335894 or 2759117. OLE color: 2759117.

HSL color Cylindrical-coordinate representation of color #CD192A: hue angle of 354.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD192A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 25 42 -
CMYK 0 0.88 0.80 0.20
HSL 354.33º 0.78% 0.45% -
HSV(B) 354.33º 0.88% 0.8% -
XYZ 25.94 13.84 3.49 -
YUV 80.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 205 25 42 0 0.88 0.80 0.20 354.33 0.78 0.45
Hex CD 19 2A 0 58 50 14 162 4E 2D
Octal 315 31 52 0 130 120 24 542 116 55
Binary 11001101 11001 101010 0 1011000 1010000 10100 101100010 1001110 101101

Color Harmonies of #CD192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD192A

Black with #CD192A

Text Example


Text Example

White with #CD192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD192A; }

 p { color: rgb(205,25,42); }

 H1.HeaderClassName
 {
   color: #CD192A;
 }
 .AnyTagClassName
 {
   color: #CD192A;
 }
</style>

background-color css

<style>
 a { background-color: #CD192A; }

 a { background-color: rgb(205,25,42); }

 div.DivClassName
 {
   background-color: #CD192A;
 }
 .BgClassName
 {
   background-color: #CD192A;
 }
</style>

border-color css

<style>
 span { border-color: #CD192A; }

 span { border-color: rgb(205,25,42); }

 td.TdClassName
 {
   border-color: #CD192A;
 }
 .TagClassName
 {
   border-color: #CD192A;
 }
</style>