Html Css Color HEX #CB1226 Fire Engine Red

📋 copy color: '#CB1226'

red 203 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #CB1226

Tints of Fire Engine Red #CB1226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 78.38%
G = 6.95%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1226 (or 0xCB1226) is known color: Fire Engine Red. HEX triplet: CB, 12 and 26. RGB value is (203,18,38). Sum of RGB (Red+Green+Blue) = 203+18+38=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1226 is #34EDD9. Grayscale: #4B4B4B. Windows color (decimal): -3468762 or 2495179. OLE color: 2495179.

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

Color convert

RGB 203 18 38 -
CMYK 0 0.91 0.81 0.20
HSL 353.51º 0.84% 0.43% -
HSV(B) 353.51º 0.91% 0.8% -
XYZ 25.19 13.27 3.07 -
YUV 75.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 203 18 38 0 0.91 0.81 0.20 353.51 0.84 0.43
Hex CB 12 26 0 5B 51 14 162 54 2B
Octal 313 22 46 0 133 121 24 542 124 53
Binary 11001011 10010 100110 0 1011011 1010001 10100 101100010 1010100 101011

Color Harmonies of #CB1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1226

Black with #CB1226

Text Example


Text Example

White with #CB1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1226; }

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

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

background-color css

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

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

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

border-color css

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

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

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