Html Css Color HEX #CB1919 Fire Brick

📋 copy color: '#CB1919'

red 203 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #CB1919

Tints of Fire Brick #CB1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 80.24%
G = 9.88%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB1919 (or 0xCB1919) is known color: Fire Brick. HEX triplet: CB, 19 and 19. RGB value is (203,25,25). Sum of RGB (Red+Green+Blue) = 203+25+25=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1919 is #34E6E6. Grayscale: #4E4E4E. Windows color (decimal): -3466983 or 1645003. OLE color: 1645003.

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

Color convert

RGB 203 25 25 -
CMYK 0 0.88 0.88 0.20
HSL 0.78% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.15 13.46 2.19 -
YUV 78.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 203 25 25 0 0.88 0.88 0.20 0 0.78 0.45
Hex CB 19 19 0 58 58 14 0 4E 2D
Octal 313 31 31 0 130 130 24 0 116 55
Binary 11001011 11001 11001 0 1011000 1011000 10100 0 1001110 101101

Color Harmonies of #CB1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1919

Black with #CB1919

Text Example


Text Example

White with #CB1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1919; }

 p { color: rgb(203,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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