Html Css Color HEX #CB1126 Fire Engine Red

📋 copy color: '#CB1126'

red 203 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #CB1126

Tints of Fire Engine Red #CB1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 78.68%
G = 6.59%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1126 (or 0xCB1126) is known color: Fire Engine Red. HEX triplet: CB, 11 and 26. RGB value is (203,17,38). Sum of RGB (Red+Green+Blue) = 203+17+38=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1126 is #34EED9. Grayscale: #4B4B4B. Windows color (decimal): -3469018 or 2494923. OLE color: 2494923.

HSL color Cylindrical-coordinate representation of color #CB1126: hue angle of 353.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1126 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 17 38 -
CMYK 0 0.92 0.81 0.20
HSL 353.23º 0.85% 0.43% -
HSV(B) 353.23º 0.92% 0.8% -
XYZ 25.18 13.24 3.06 -
YUV 75.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 203 17 38 0 0.92 0.81 0.20 353.23 0.85 0.43
Hex CB 11 26 0 5C 51 14 161 55 2B
Octal 313 21 46 0 134 121 24 541 125 53
Binary 11001011 10001 100110 0 1011100 1010001 10100 101100001 1010101 101011

Color Harmonies of #CB1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1126

Black with #CB1126

Text Example


Text Example

White with #CB1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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