Html Css Color HEX #CB1826 Fire Engine Red

📋 copy color: '#CB1826'

red 203 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #CB1826

Tints of Fire Engine Red #CB1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 76.6%
G = 9.06%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1826 (or 0xCB1826) is known color: Fire Engine Red. HEX triplet: CB, 18 and 26. RGB value is (203,24,38). Sum of RGB (Red+Green+Blue) = 203+24+38=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1826 is #34E7D9. Grayscale: #4F4F4F. Windows color (decimal): -3467226 or 2496715. OLE color: 2496715.

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

Color convert

RGB 203 24 38 -
CMYK 0 0.88 0.81 0.20
HSL 355.31º 0.79% 0.45% -
HSV(B) 355.31º 0.88% 0.8% -
XYZ 25.31 13.49 3.1 -
YUV 79.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 203 24 38 0 0.88 0.81 0.20 355.31 0.79 0.45
Hex CB 18 26 0 58 51 14 163 4F 2D
Octal 313 30 46 0 130 121 24 543 117 55
Binary 11001011 11000 100110 0 1011000 1010001 10100 101100011 1001111 101101

Color Harmonies of #CB1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1826

Black with #CB1826

Text Example


Text Example

White with #CB1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1826; }

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

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

background-color css

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

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

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

border-color css

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

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

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