Html Css Color HEX #CB201F Fire Brick

📋 copy color: '#CB201F'

red 203 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #CB201F

Tints of Fire Brick #CB201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 76.32%
G = 12.03%
B = 11.65%

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

#CB201F (or 0xCB201F) is known color: Fire Brick. HEX triplet: CB, 20 and 1F. RGB value is (203,32,31). Sum of RGB (Red+Green+Blue) = 203+32+31=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB201F is #34DFE0. Grayscale: #535353. Windows color (decimal): -3465185 or 2040011. OLE color: 2040011.

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

Color convert

RGB 203 32 31 -
CMYK 0 0.84 0.85 0.20
HSL 0.35º 0.74% 0.46% -
HSV(B) 0.35º 0.85% 0.8% -
XYZ 25.39 13.83 2.63 -
YUV 83.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 203 32 31 0 0.84 0.85 0.20 0.35 0.74 0.46
Hex CB 20 1F 0 54 55 14 0 4A 2E
Octal 313 40 37 0 124 125 24 0 112 56
Binary 11001011 100000 11111 0 1010100 1010101 10100 0 1001010 101110

Color Harmonies of #CB201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB201F

Black with #CB201F

Text Example


Text Example

White with #CB201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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