Html Css Color HEX #CB1526 Fire Engine Red

📋 copy color: '#CB1526'

red 203 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #CB1526

Tints of Fire Engine Red #CB1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 77.48%
G = 8.02%
B = 14.5%

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

#CB1526 (or 0xCB1526) is known color: Fire Engine Red. HEX triplet: CB, 15 and 26. RGB value is (203,21,38). Sum of RGB (Red+Green+Blue) = 203+21+38=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1526 is #34EAD9. Grayscale: #4D4D4D. Windows color (decimal): -3467994 or 2495947. OLE color: 2495947.

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

Color convert

RGB 203 21 38 -
CMYK 0 0.90 0.81 0.20
HSL 354.4º 0.81% 0.44% -
HSV(B) 354.4º 0.9% 0.8% -
XYZ 25.25 13.37 3.08 -
YUV 77.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 203 21 38 0 0.90 0.81 0.20 354.4 0.81 0.44
Hex CB 15 26 0 5A 51 14 162 51 2C
Octal 313 25 46 0 132 121 24 542 121 54
Binary 11001011 10101 100110 0 1011010 1010001 10100 101100010 1010001 101100

Color Harmonies of #CB1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1526

Black with #CB1526

Text Example


Text Example

White with #CB1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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