Html Css Color HEX #CB211F Fire Brick

📋 copy color: '#CB211F'

red 203 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #CB211F

Tints of Fire Brick #CB211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

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

R = 76.03%
G = 12.36%
B = 11.61%

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

#CB211F (or 0xCB211F) is known color: Fire Brick. HEX triplet: CB, 21 and 1F. RGB value is (203,33,31). Sum of RGB (Red+Green+Blue) = 203+33+31=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB211F is #34DEE0. Grayscale: #535353. Windows color (decimal): -3464929 or 2040267. OLE color: 2040267.

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

Color convert

RGB 203 33 31 -
CMYK 0 0.84 0.85 0.20
HSL 0.7º 0.74% 0.46% -
HSV(B) 0.7º 0.85% 0.8% -
XYZ 25.42 13.88 2.64 -
YUV 83.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 203 33 31 0 0.84 0.85 0.20 0.7 0.74 0.46
Hex CB 21 1F 0 54 55 14 1 4A 2E
Octal 313 41 37 0 124 125 24 1 112 56
Binary 11001011 100001 11111 0 1010100 1010101 10100 1 1001010 101110

Color Harmonies of #CB211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB211F

Black with #CB211F

Text Example


Text Example

White with #CB211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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