Html Css Color HEX #CC182B Fire Engine Red

📋 copy color: '#CC182B'

red 204 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #CC182B

Tints of Fire Engine Red #CC182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 75.28%
G = 8.86%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC182B (or 0xCC182B) is known color: Fire Engine Red. HEX triplet: CC, 18 and 2B. RGB value is (204,24,43). Sum of RGB (Red+Green+Blue) = 204+24+43=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC182B is #33E7D4. Grayscale: #505050. Windows color (decimal): -3401685 or 2824396. OLE color: 2824396.

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

Color convert

RGB 204 24 43 -
CMYK 0 0.88 0.79 0.2
HSL 353.67º 0.79% 0.45% -
HSV(B) 353.67º 0.88% 0.8% -
XYZ 25.66 13.67 3.57 -
YUV 79.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 204 24 43 0 0.88 0.79 0.2 353.67 0.79 0.45
Hex CC 18 2B 0 58 4F 14 162 4F 2D
Octal 314 30 53 0 130 117 24 542 117 55
Binary 11001100 11000 101011 0 1011000 1001111 10100 101100010 1001111 101101

Color Harmonies of #CC182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC182B

Black with #CC182B

Text Example


Text Example

White with #CC182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC182B; }

 p { color: rgb(204,24,43); }

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

background-color css

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

 a { background-color: rgb(204,24,43); }

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

border-color css

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

 span { border-color: rgb(204,24,43); }

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