Html Css Color HEX #CB2220 Fire Brick

📋 copy color: '#CB2220'

red 203 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #CB2220

Tints of Fire Brick #CB2220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 75.46%
G = 12.64%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB2220 (or 0xCB2220) is known color: Fire Brick. HEX triplet: CB, 22 and 20. RGB value is (203,34,32). Sum of RGB (Red+Green+Blue) = 203+34+32=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2220 is #34DDDF. Grayscale: #545454. Windows color (decimal): -3464672 or 2106059. OLE color: 2106059.

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

Color convert

RGB 203 34 32 -
CMYK 0 0.83 0.84 0.20
HSL 0.7º 0.73% 0.46% -
HSV(B) 0.7º 0.84% 0.8% -
XYZ 25.46 13.94 2.72 -
YUV 84.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 203 34 32 0 0.83 0.84 0.20 0.7 0.73 0.46
Hex CB 22 20 0 53 54 14 1 49 2E
Octal 313 42 40 0 123 124 24 1 111 56
Binary 11001011 100010 100000 0 1010011 1010100 10100 1 1001001 101110

Color Harmonies of #CB2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2220

Black with #CB2220

Text Example


Text Example

White with #CB2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2220; }

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

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

background-color css

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

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

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

border-color css

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

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

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