Html Css Color HEX #CB201E Fire Brick

📋 copy color: '#CB201E'

red 203 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #CB201E

Tints of Fire Brick #CB201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 76.6%
G = 12.08%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB201E (or 0xCB201E) is known color: Fire Brick. HEX triplet: CB, 20 and 1E. RGB value is (203,32,30). Sum of RGB (Red+Green+Blue) = 203+32+30=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB201E is #34DFE1. Grayscale: #535353. Windows color (decimal): -3465186 or 1974475. OLE color: 1974475.

HSL color Cylindrical-coordinate representation of color #CB201E: hue angle of 0.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB201E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 30 -
CMYK 0 0.84 0.85 0.20
HSL 0.69º 0.74% 0.46% -
HSV(B) 0.69º 0.85% 0.8% -
XYZ 25.38 13.82 2.56 -
YUV 82.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 203 32 30 0 0.84 0.85 0.20 0.69 0.74 0.46
Hex CB 20 1E 0 54 55 14 1 4A 2E
Octal 313 40 36 0 124 125 24 1 112 56
Binary 11001011 100000 11110 0 1010100 1010101 10100 1 1001010 101110

Color Harmonies of #CB201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB201E

Black with #CB201E

Text Example


Text Example

White with #CB201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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