Html Css Color HEX #CC1523 Fire Engine Red

📋 copy color: '#CC1523'

red 204 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #CC1523

Tints of Fire Engine Red #CC1523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 78.46%
G = 8.08%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1523 (or 0xCC1523) is known color: Fire Engine Red. HEX triplet: CC, 15 and 23. RGB value is (204,21,35). Sum of RGB (Red+Green+Blue) = 204+21+35=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1523 is #33EADC. Grayscale: #4D4D4D. Windows color (decimal): -3402461 or 2299340. OLE color: 2299340.

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

Color convert

RGB 204 21 35 -
CMYK 0 0.90 0.83 0.2
HSL 355.41º 0.81% 0.44% -
HSV(B) 355.41º 0.9% 0.8% -
XYZ 25.47 13.5 2.85 -
YUV 77.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 204 21 35 0 0.90 0.83 0.2 355.41 0.81 0.44
Hex CC 15 23 0 5A 53 14 163 51 2C
Octal 314 25 43 0 132 123 24 543 121 54
Binary 11001100 10101 100011 0 1011010 1010011 10100 101100011 1010001 101100

Color Harmonies of #CC1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1523

Black with #CC1523

Text Example


Text Example

White with #CC1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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