Html Css Color HEX #CB1728 Fire Engine Red

📋 copy color: '#CB1728'

red 203 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #CB1728

Tints of Fire Engine Red #CB1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 76.32%
G = 8.65%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB1728 (or 0xCB1728) is known color: Fire Engine Red. HEX triplet: CB, 17 and 28. RGB value is (203,23,40). Sum of RGB (Red+Green+Blue) = 203+23+40=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1728 is #34E8D7. Grayscale: #4E4E4E. Windows color (decimal): -3467480 or 2627531. OLE color: 2627531.

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

Color convert

RGB 203 23 40 -
CMYK 0 0.89 0.80 0.20
HSL 354.33º 0.8% 0.44% -
HSV(B) 354.33º 0.89% 0.8% -
XYZ 25.32 13.46 3.27 -
YUV 78.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 203 23 40 0 0.89 0.80 0.20 354.33 0.8 0.44
Hex CB 17 28 0 59 50 14 162 50 2C
Octal 313 27 50 0 131 120 24 542 120 54
Binary 11001011 10111 101000 0 1011001 1010000 10100 101100010 1010000 101100

Color Harmonies of #CB1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1728

Black with #CB1728

Text Example


Text Example

White with #CB1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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