Html Css Color HEX #CC1127 Fire Engine Red

📋 copy color: '#CC1127'

red 204 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #CC1127

Tints of Fire Engine Red #CC1127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 78.46%
G = 6.54%
B = 15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1127 (or 0xCC1127) is known color: Fire Engine Red. HEX triplet: CC, 11 and 27. RGB value is (204,17,39). Sum of RGB (Red+Green+Blue) = 204+17+39=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1127 is #33EED8. Grayscale: #4B4B4B. Windows color (decimal): -3403481 or 2560460. OLE color: 2560460.

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

Color convert

RGB 204 17 39 -
CMYK 0 0.92 0.81 0.2
HSL 352.94º 0.85% 0.43% -
HSV(B) 352.94º 0.92% 0.8% -
XYZ 25.47 13.38 3.16 -
YUV 75.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 204 17 39 0 0.92 0.81 0.2 352.94 0.85 0.43
Hex CC 11 27 0 5C 51 14 161 55 2B
Octal 314 21 47 0 134 121 24 541 125 53
Binary 11001100 10001 100111 0 1011100 1010001 10100 101100001 1010101 101011

Color Harmonies of #CC1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1127

Black with #CC1127

Text Example


Text Example

White with #CC1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1127; }

 p { color: rgb(204,17,39); }

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

background-color css

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

 a { background-color: rgb(204,17,39); }

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

border-color css

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

 span { border-color: rgb(204,17,39); }

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