Html Css Color HEX #CB1D1C Fire Brick

📋 copy color: '#CB1D1C'

red 203 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #CB1D1C

Tints of Fire Brick #CB1D1C

RGB

 RED value IS 203 (79.69% from 255) = 78.08%

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 78.08%
G = 11.15%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB1D1C (or 0xCB1D1C) is known color: Fire Brick. HEX triplet: CB, 1D and 1C. RGB value is (203,29,28). Sum of RGB (Red+Green+Blue) = 203+29+28=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D1C is #34E2E3. Grayscale: #515151. Windows color (decimal): -3465956 or 1842635. OLE color: 1842635.

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

Color convert

RGB 203 29 28 -
CMYK 0 0.86 0.86 0.20
HSL 0.34º 0.76% 0.45% -
HSV(B) 0.34º 0.86% 0.8% -
XYZ 25.28 13.66 2.4 -
YUV 80.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 203 29 28 0 0.86 0.86 0.20 0.34 0.76 0.45
Hex CB 1D 1C 0 56 56 14 0 4C 2D
Octal 313 35 34 0 126 126 24 0 114 55
Binary 11001011 11101 11100 0 1010110 1010110 10100 0 1001100 101101

Color Harmonies of #CB1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D1C

Black with #CB1D1C

Text Example


Text Example

White with #CB1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D1C; }

 p { color: rgb(203,29,28); }

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

background-color css

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

 a { background-color: rgb(203,29,28); }

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

border-color css

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

 span { border-color: rgb(203,29,28); }

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