Html Css Color HEX #CC1714 Fire Brick

📋 copy color: '#CC1714'

red 204 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #CC1714

Tints of Fire Brick #CC1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 82.59%
G = 9.31%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1714 (or 0xCC1714) is known color: Fire Brick. HEX triplet: CC, 17 and 14. RGB value is (204,23,20). Sum of RGB (Red+Green+Blue) = 204+23+20=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1714 is #33E8EB. Grayscale: #4C4C4C. Windows color (decimal): -3401964 or 1316812. OLE color: 1316812.

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

Color convert

RGB 204 23 20 -
CMYK 0 0.89 0.90 0.2
HSL 0.98º 0.82% 0.44% -
HSV(B) 0.98º 0.9% 0.8% -
XYZ 25.33 13.5 1.93 -
YUV 76.78 95.97 218.74 -
System Red Green Blue C M Y K H S L
Decimal 204 23 20 0 0.89 0.90 0.2 0.98 0.82 0.44
Hex CC 17 14 0 59 5A 14 1 52 2C
Octal 314 27 24 0 131 132 24 1 122 54
Binary 11001100 10111 10100 0 1011001 1011010 10100 1 1010010 101100

Color Harmonies of #CC1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1714

Black with #CC1714

Text Example


Text Example

White with #CC1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1714; }

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

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

background-color css

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

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

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

border-color css

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

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

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