Html Css Color HEX #CD232C Fire Engine Red

📋 copy color: '#CD232C'

red 205 ◦ green 35 ◦ blue 44

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

Shades of Fire Engine Red #CD232C

Tints of Fire Engine Red #CD232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 72.18%
G = 12.32%
B = 15.49%

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

#CD232C (or 0xCD232C) is known color: Fire Engine Red. HEX triplet: CD, 23 and 2C. RGB value is (205,35,44). Sum of RGB (Red+Green+Blue) = 205+35+44=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD232C is #32DCD3. Grayscale: #565656. Windows color (decimal): -3333332 or 2892749. OLE color: 2892749.

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

Color convert

RGB 205 35 44 -
CMYK 0 0.83 0.79 0.20
HSL 356.82º 0.71% 0.47% -
HSV(B) 356.82º 0.83% 0.8% -
XYZ 26.23 14.36 3.77 -
YUV 86.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 205 35 44 0 0.83 0.79 0.20 356.82 0.71 0.47
Hex CD 23 2C 0 53 4F 14 165 47 2F
Octal 315 43 54 0 123 117 24 545 107 57
Binary 11001101 100011 101100 0 1010011 1001111 10100 101100101 1000111 101111

Color Harmonies of #CD232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD232C

Black with #CD232C

Text Example


Text Example

White with #CD232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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