#CB1F1E

Color #CB1F1E Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #CB1F1E

Tints of Fire Brick #CB1F1E

Color information

#CB1F1E (or 0xCB1F1E) is unknown color: approx Fire Brick. HEX triplet: CB, 1F and 1E. RGB value is (203,31,30). Sum of RGB (Red+Green+Blue) = 203+31+30=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F1E is #34E0E1. Grayscale: #525252. Windows color (decimal): -3465442 or 1974219. OLE color: 1974219.

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

Color convert

RGB2033130-
CMYK00.850.850.20
HSL0.35º74.25%45.69%-
HSV(B)0.35º85.22%79.61%-
XYZ25.3513.772.55-
YUV82.3198.48214.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 76.89%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=76.89%
G=11.74%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203313000.850.850.200.3574.2545.69
HexCB1F1E055551404a2e
Octal3133736012512524011256
Binary1100101111111111100101010110101011010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1F1E; }

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

 H1.HeaderClassName
 {
   color: #CB1F1E;
 }
 .AnyTagClassName
 {
   color: #CB1F1E;
 }
</style>
background-color css

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

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

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

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

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

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