Html Css Color HEX #CB1428 Fire Engine Red

📋 copy color: '#CB1428'

red 203 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #CB1428

Tints of Fire Engine Red #CB1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 77.19%
G = 7.6%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB1428 (or 0xCB1428) is known color: Fire Engine Red. HEX triplet: CB, 14 and 28. RGB value is (203,20,40). Sum of RGB (Red+Green+Blue) = 203+20+40=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1428 is #34EBD7. Grayscale: #4D4D4D. Windows color (decimal): -3468248 or 2626763. OLE color: 2626763.

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

Color convert

RGB 203 20 40 -
CMYK 0 0.90 0.80 0.20
HSL 353.44º 0.82% 0.44% -
HSV(B) 353.44º 0.9% 0.8% -
XYZ 25.26 13.35 3.25 -
YUV 77 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 203 20 40 0 0.90 0.80 0.20 353.44 0.82 0.44
Hex CB 14 28 0 5A 50 14 161 52 2C
Octal 313 24 50 0 132 120 24 541 122 54
Binary 11001011 10100 101000 0 1011010 1010000 10100 101100001 1010010 101100

Color Harmonies of #CB1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1428

Black with #CB1428

Text Example


Text Example

White with #CB1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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