Html Css Color HEX #CD2223 Fire Engine Red

📋 copy color: '#CD2223'

red 205 ◦ green 34 ◦ blue 35

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

Shades of Fire Engine Red #CD2223

Tints of Fire Engine Red #CD2223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 74.82%
G = 12.41%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD2223 (or 0xCD2223) is known color: Fire Engine Red. HEX triplet: CD, 22 and 23. RGB value is (205,34,35). Sum of RGB (Red+Green+Blue) = 205+34+35=274 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.82% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2223 is #32DDDC. Grayscale: #555555. Windows color (decimal): -3333597 or 2302669. OLE color: 2302669.

HSL color Cylindrical-coordinate representation of color #CD2223: hue angle of 359.65º 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 #CD2223 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 35 -
CMYK 0 0.83 0.83 0.20
HSL 359.65º 0.72% 0.47% -
HSV(B) 359.65º 0.83% 0.8% -
XYZ 26.05 14.24 2.97 -
YUV 85.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 205 34 35 0 0.83 0.83 0.20 359.65 0.72 0.47
Hex CD 22 23 0 53 53 14 168 48 2F
Octal 315 42 43 0 123 123 24 550 110 57
Binary 11001101 100010 100011 0 1010011 1010011 10100 101101000 1001000 101111

Color Harmonies of #CD2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2223

Black with #CD2223

Text Example


Text Example

White with #CD2223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2223; }

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

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

background-color css

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

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

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

border-color css

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

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

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