Html Css Color HEX #CB1515 Fire Brick

📋 copy color: '#CB1515'

red 203 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #CB1515

Tints of Fire Brick #CB1515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 82.86%
G = 8.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1515 (or 0xCB1515) is known color: Fire Brick. HEX triplet: CB, 15 and 15. RGB value is (203,21,21). Sum of RGB (Red+Green+Blue) = 203+21+21=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1515 is #34EAEA. Grayscale: #4B4B4B. Windows color (decimal): -3468011 or 1381835. OLE color: 1381835.

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

Color convert

RGB 203 21 21 -
CMYK 0 0.90 0.90 0.20
HSL 0.81% 0.44% -
HSV(B) 0.9% 0.8% -
XYZ 25.03 13.29 1.95 -
YUV 75.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 203 21 21 0 0.90 0.90 0.20 0 0.81 0.44
Hex CB 15 15 0 5A 5A 14 0 51 2C
Octal 313 25 25 0 132 132 24 0 121 54
Binary 11001011 10101 10101 0 1011010 1011010 10100 0 1010001 101100

Color Harmonies of #CB1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1515

Black with #CB1515

Text Example


Text Example

White with #CB1515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1515; }

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

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

background-color css

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

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

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

border-color css

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

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

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