Html Css Color HEX #CC1D1A Fire Brick

📋 copy color: '#CC1D1A'

red 204 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #CC1D1A

Tints of Fire Brick #CC1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.2%

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 78.76%
G = 11.2%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC1D1A (or 0xCC1D1A) is known color: Fire Brick. HEX triplet: CC, 1D and 1A. RGB value is (204,29,26). Sum of RGB (Red+Green+Blue) = 204+29+26=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D1A is #33E2E5. Grayscale: #515151. Windows color (decimal): -3400422 or 1711564. OLE color: 1711564.

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

Color convert

RGB 204 29 26 -
CMYK 0 0.86 0.87 0.2
HSL 1.01º 0.77% 0.45% -
HSV(B) 1.01º 0.87% 0.8% -
XYZ 25.53 13.79 2.29 -
YUV 80.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 204 29 26 0 0.86 0.87 0.2 1.01 0.77 0.45
Hex CC 1D 1A 0 56 57 14 1 4D 2D
Octal 314 35 32 0 126 127 24 1 115 55
Binary 11001100 11101 11010 0 1010110 1010111 10100 1 1001101 101101

Color Harmonies of #CC1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D1A

Black with #CC1D1A

Text Example


Text Example

White with #CC1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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