Html Css Color HEX #CB1426 Fire Engine Red

📋 copy color: '#CB1426'

red 203 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #CB1426

Tints of Fire Engine Red #CB1426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 77.78%
G = 7.66%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1426 (or 0xCB1426) is known color: Fire Engine Red. HEX triplet: CB, 14 and 26. RGB value is (203,20,38). Sum of RGB (Red+Green+Blue) = 203+20+38=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1426 is #34EBD9. Grayscale: #4C4C4C. Windows color (decimal): -3468250 or 2495691. OLE color: 2495691.

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

Color convert

RGB 203 20 38 -
CMYK 0 0.90 0.81 0.20
HSL 354.1º 0.82% 0.44% -
HSV(B) 354.1º 0.9% 0.8% -
XYZ 25.23 13.34 3.08 -
YUV 76.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 203 20 38 0 0.90 0.81 0.20 354.1 0.82 0.44
Hex CB 14 26 0 5A 51 14 162 52 2C
Octal 313 24 46 0 132 121 24 542 122 54
Binary 11001011 10100 100110 0 1011010 1010001 10100 101100010 1010010 101100

Color Harmonies of #CB1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1426

Black with #CB1426

Text Example


Text Example

White with #CB1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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