Html Css Color HEX #CB1F26 Fire Engine Red

📋 copy color: '#CB1F26'

red 203 ◦ green 31 ◦ blue 38

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

Shades of Fire Engine Red #CB1F26

Tints of Fire Engine Red #CB1F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 74.63%
G = 11.4%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1F26 (or 0xCB1F26) is known color: Fire Engine Red. HEX triplet: CB, 1F and 26. RGB value is (203,31,38). Sum of RGB (Red+Green+Blue) = 203+31+38=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F26 is #34E0D9. Grayscale: #535353. Windows color (decimal): -3465434 or 2498507. OLE color: 2498507.

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

Color convert

RGB 203 31 38 -
CMYK 0 0.85 0.81 0.20
HSL 357.56º 0.74% 0.46% -
HSV(B) 357.56º 0.85% 0.8% -
XYZ 25.47 13.82 3.16 -
YUV 83.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 203 31 38 0 0.85 0.81 0.20 357.56 0.74 0.46
Hex CB 1F 26 0 55 51 14 166 4A 2E
Octal 313 37 46 0 125 121 24 546 112 56
Binary 11001011 11111 100110 0 1010101 1010001 10100 101100110 1001010 101110

Color Harmonies of #CB1F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F26

Black with #CB1F26

Text Example


Text Example

White with #CB1F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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