Html Css Color HEX #CC232D Fire Engine Red

📋 copy color: '#CC232D'

red 204 ◦ green 35 ◦ blue 45

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

Shades of Fire Engine Red #CC232D

Tints of Fire Engine Red #CC232D

RGB

 RED value IS 204 (80.08% from 255) = 71.83%

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 71.83%
G = 12.32%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC232D (or 0xCC232D) is known color: Fire Engine Red. HEX triplet: CC, 23 and 2D. RGB value is (204,35,45). Sum of RGB (Red+Green+Blue) = 204+35+45=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC232D is #33DCD2. Grayscale: #565656. Windows color (decimal): -3398867 or 2958284. OLE color: 2958284.

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

Color convert

RGB 204 35 45 -
CMYK 0 0.83 0.78 0.2
HSL 356.45º 0.71% 0.47% -
HSV(B) 356.45º 0.83% 0.8% -
XYZ 25.98 14.23 3.86 -
YUV 86.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 204 35 45 0 0.83 0.78 0.2 356.45 0.71 0.47
Hex CC 23 2D 0 53 4E 14 164 47 2F
Octal 314 43 55 0 123 116 24 544 107 57
Binary 11001100 100011 101101 0 1010011 1001110 10100 101100100 1000111 101111

Color Harmonies of #CC232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC232D

Black with #CC232D

Text Example


Text Example

White with #CC232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC232D; }

 p { color: rgb(204,35,45); }

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

background-color css

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

 a { background-color: rgb(204,35,45); }

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

border-color css

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

 span { border-color: rgb(204,35,45); }

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