Html Css Color HEX #CC1F1D Fire Brick

📋 copy color: '#CC1F1D'

red 204 ◦ green 31 ◦ blue 29

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

Shades of Fire Brick #CC1F1D

Tints of Fire Brick #CC1F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

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

R = 77.27%
G = 11.74%
B = 10.98%

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

#CC1F1D (or 0xCC1F1D) is known color: Fire Brick. HEX triplet: CC, 1F and 1D. RGB value is (204,31,29). Sum of RGB (Red+Green+Blue) = 204+31+29=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F1D is #33E0E2. Grayscale: #525252. Windows color (decimal): -3399907 or 1908684. OLE color: 1908684.

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

Color convert

RGB 204 31 29 -
CMYK 0 0.85 0.86 0.2
HSL 0.69º 0.75% 0.46% -
HSV(B) 0.69º 0.86% 0.8% -
XYZ 25.61 13.91 2.5 -
YUV 82.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 204 31 29 0 0.85 0.86 0.2 0.69 0.75 0.46
Hex CC 1F 1D 0 55 56 14 1 4B 2E
Octal 314 37 35 0 125 126 24 1 113 56
Binary 11001100 11111 11101 0 1010101 1010110 10100 1 1001011 101110

Color Harmonies of #CC1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F1D

Black with #CC1F1D

Text Example


Text Example

White with #CC1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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