Html Css Color HEX #CD222B Fire Engine Red

📋 copy color: '#CD222B'

red 205 ◦ green 34 ◦ blue 43

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

Shades of Fire Engine Red #CD222B

Tints of Fire Engine Red #CD222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 72.7%
G = 12.06%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD222B (or 0xCD222B) is known color: Fire Engine Red. HEX triplet: CD, 22 and 2B. RGB value is (205,34,43). Sum of RGB (Red+Green+Blue) = 205+34+43=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD222B is #32DDD4. Grayscale: #565656. Windows color (decimal): -3333589 or 2826957. OLE color: 2826957.

HSL color Cylindrical-coordinate representation of color #CD222B: hue angle of 356.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD222B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 43 -
CMYK 0 0.83 0.79 0.20
HSL 356.84º 0.72% 0.47% -
HSV(B) 356.84º 0.83% 0.8% -
XYZ 26.18 14.3 3.67 -
YUV 86.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 205 34 43 0 0.83 0.79 0.20 356.84 0.72 0.47
Hex CD 22 2B 0 53 4F 14 165 48 2F
Octal 315 42 53 0 123 117 24 545 110 57
Binary 11001101 100010 101011 0 1010011 1001111 10100 101100101 1001000 101111

Color Harmonies of #CD222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD222B

Black with #CD222B

Text Example


Text Example

White with #CD222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD222B; }

 p { color: rgb(205,34,43); }

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

background-color css

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

 a { background-color: rgb(205,34,43); }

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

border-color css

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

 span { border-color: rgb(205,34,43); }

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