#CB1724

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

Shades of Fire Engine Red #CB1724

Tints of Fire Engine Red #CB1724

Color information

#CB1724 (or 0xCB1724) is unknown color: approx Fire Engine Red. HEX triplet: CB, 17 and 24. RGB value is (203,23,36). Sum of RGB (Red+Green+Blue) = 203+23+36=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1724 is #34E8DB. Grayscale: #4E4E4E. Windows color (decimal): -3467484 or 2365387. OLE color: 2365387.

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

Color convert

RGB2032336-
CMYK00.890.820.20
HSL355.67º79.65%44.31%-
HSV(B)355.67º88.67%79.61%-
XYZ25.2513.442.93-
YUV78.3104.13216.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 77.48%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=77.48%
G=8.78%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203233600.890.820.20355.6779.6544.31
HexCB17240595214164502c
Octal313274401311222454412054
Binary1100101110111100100010110011010010101001011001001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1724; }

 p { color: rgb(203,23,36); }

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

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

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

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

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

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

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