Html Css Color HEX #CC1E1D Fire Brick

📋 copy color: '#CC1E1D'

red 204 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #CC1E1D

Tints of Fire Brick #CC1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 77.57%
G = 11.41%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC1E1D (or 0xCC1E1D) is known color: Fire Brick. HEX triplet: CC, 1E and 1D. RGB value is (204,30,29). Sum of RGB (Red+Green+Blue) = 204+30+29=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E1D is #33E1E2. Grayscale: #525252. Windows color (decimal): -3400163 or 1908428. OLE color: 1908428.

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

Color convert

RGB 204 30 29 -
CMYK 0 0.85 0.86 0.2
HSL 0.34º 0.75% 0.46% -
HSV(B) 0.34º 0.86% 0.8% -
XYZ 25.59 13.85 2.49 -
YUV 81.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 204 30 29 0 0.85 0.86 0.2 0.34 0.75 0.46
Hex CC 1E 1D 0 55 56 14 0 4B 2E
Octal 314 36 35 0 125 126 24 0 113 56
Binary 11001100 11110 11101 0 1010101 1010110 10100 0 1001011 101110

Color Harmonies of #CC1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E1D

Black with #CC1E1D

Text Example


Text Example

White with #CC1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E1D; }

 p { color: rgb(204,30,29); }

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

background-color css

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

 a { background-color: rgb(204,30,29); }

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

border-color css

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

 span { border-color: rgb(204,30,29); }

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