Html Css Color HEX #CB1727 Fire Engine Red

📋 copy color: '#CB1727'

red 203 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #CB1727

Tints of Fire Engine Red #CB1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 76.6%
G = 8.68%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1727 (or 0xCB1727) is known color: Fire Engine Red. HEX triplet: CB, 17 and 27. RGB value is (203,23,39). Sum of RGB (Red+Green+Blue) = 203+23+39=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1727 is #34E8D8. Grayscale: #4E4E4E. Windows color (decimal): -3467481 or 2561995. OLE color: 2561995.

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

Color convert

RGB 203 23 39 -
CMYK 0 0.89 0.81 0.20
HSL 354.67º 0.8% 0.44% -
HSV(B) 354.67º 0.89% 0.8% -
XYZ 25.3 13.46 3.18 -
YUV 78.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 203 23 39 0 0.89 0.81 0.20 354.67 0.8 0.44
Hex CB 17 27 0 59 51 14 163 50 2C
Octal 313 27 47 0 131 121 24 543 120 54
Binary 11001011 10111 100111 0 1011001 1010001 10100 101100011 1010000 101100

Color Harmonies of #CB1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1727

Black with #CB1727

Text Example


Text Example

White with #CB1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1727; }

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

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

background-color css

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

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

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

border-color css

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

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

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