Html Css Color HEX #CB1D1B Fire Brick

📋 copy color: '#CB1D1B'

red 203 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #CB1D1B

Tints of Fire Brick #CB1D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 78.38%
G = 11.2%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB1D1B (or 0xCB1D1B) is known color: Fire Brick. HEX triplet: CB, 1D and 1B. RGB value is (203,29,27). Sum of RGB (Red+Green+Blue) = 203+29+27=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D1B is #34E2E4. Grayscale: #505050. Windows color (decimal): -3465957 or 1777099. OLE color: 1777099.

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

Color convert

RGB 203 29 27 -
CMYK 0 0.86 0.87 0.20
HSL 0.68º 0.77% 0.45% -
HSV(B) 0.68º 0.87% 0.8% -
XYZ 25.27 13.65 2.34 -
YUV 80.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 203 29 27 0 0.86 0.87 0.20 0.68 0.77 0.45
Hex CB 1D 1B 0 56 57 14 1 4D 2D
Octal 313 35 33 0 126 127 24 1 115 55
Binary 11001011 11101 11011 0 1010110 1010111 10100 1 1001101 101101

Color Harmonies of #CB1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D1B

Black with #CB1D1B

Text Example


Text Example

White with #CB1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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