Html Css Color HEX #CC102A Fire Engine Red

📋 copy color: '#CC102A'

red 204 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #CC102A

Tints of Fire Engine Red #CC102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 77.86%
G = 6.11%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC102A (or 0xCC102A) is known color: Fire Engine Red. HEX triplet: CC, 10 and 2A. RGB value is (204,16,42). Sum of RGB (Red+Green+Blue) = 204+16+42=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC102A is #33EFD5. Grayscale: #4B4B4B. Windows color (decimal): -3403734 or 2756812. OLE color: 2756812.

HSL color Cylindrical-coordinate representation of color #CC102A: hue angle of 351.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC102A is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 16 42 -
CMYK 0 0.92 0.79 0.2
HSL 351.7º 0.85% 0.43% -
HSV(B) 351.7º 0.92% 0.8% -
XYZ 25.51 13.38 3.43 -
YUV 75.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 204 16 42 0 0.92 0.79 0.2 351.7 0.85 0.43
Hex CC 10 2A 0 5C 4F 14 160 55 2B
Octal 314 20 52 0 134 117 24 540 125 53
Binary 11001100 10000 101010 0 1011100 1001111 10100 101100000 1010101 101011

Color Harmonies of #CC102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC102A

Black with #CC102A

Text Example


Text Example

White with #CC102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC102A; }

 p { color: rgb(204,16,42); }

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

background-color css

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

 a { background-color: rgb(204,16,42); }

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

border-color css

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

 span { border-color: rgb(204,16,42); }

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