Html Css Color HEX #CB201D Fire Brick

📋 copy color: '#CB201D'

red 203 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #CB201D

Tints of Fire Brick #CB201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 76.89%
G = 12.12%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB201D (or 0xCB201D) is known color: Fire Brick. HEX triplet: CB, 20 and 1D. RGB value is (203,32,29). Sum of RGB (Red+Green+Blue) = 203+32+29=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB201D is #34DFE2. Grayscale: #525252. Windows color (decimal): -3465187 or 1908939. OLE color: 1908939.

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

Color convert

RGB 203 32 29 -
CMYK 0 0.84 0.86 0.20
HSL 1.03º 0.75% 0.45% -
HSV(B) 1.03º 0.86% 0.8% -
XYZ 25.37 13.82 2.49 -
YUV 82.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 203 32 29 0 0.84 0.86 0.20 1.03 0.75 0.45
Hex CB 20 1D 0 54 56 14 1 4B 2D
Octal 313 40 35 0 124 126 24 1 113 55
Binary 11001011 100000 11101 0 1010100 1010110 10100 1 1001011 101101

Color Harmonies of #CB201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB201D

Black with #CB201D

Text Example


Text Example

White with #CB201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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