Html Css Color HEX #CC141B Fire Engine Red

📋 copy color: '#CC141B'

red 204 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #CC141B

Tints of Fire Engine Red #CC141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 81.27%
G = 7.97%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC141B (or 0xCC141B) is known color: Fire Engine Red. HEX triplet: CC, 14 and 1B. RGB value is (204,20,27). Sum of RGB (Red+Green+Blue) = 204+20+27=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC141B is #33EBE4. Grayscale: #4B4B4B. Windows color (decimal): -3402725 or 1774796. OLE color: 1774796.

HSL color Cylindrical-coordinate representation of color #CC141B: hue angle of 357.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC141B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 27 -
CMYK 0 0.90 0.87 0.2
HSL 357.72º 0.82% 0.44% -
HSV(B) 357.72º 0.9% 0.8% -
XYZ 25.35 13.42 2.29 -
YUV 75.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 204 20 27 0 0.90 0.87 0.2 357.72 0.82 0.44
Hex CC 14 1B 0 5A 57 14 166 52 2C
Octal 314 24 33 0 132 127 24 546 122 54
Binary 11001100 10100 11011 0 1011010 1010111 10100 101100110 1010010 101100

Color Harmonies of #CC141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC141B

Black with #CC141B

Text Example


Text Example

White with #CC141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC141B; }

 p { color: rgb(204,20,27); }

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

background-color css

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

 a { background-color: rgb(204,20,27); }

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

border-color css

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

 span { border-color: rgb(204,20,27); }

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