Html Css Color HEX #CB2628 Fire Engine Red

📋 copy color: '#CB2628'

red 203 ◦ green 38 ◦ blue 40

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

Shades of Fire Engine Red #CB2628

Tints of Fire Engine Red #CB2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 72.24%
G = 13.52%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB2628 (or 0xCB2628) is known color: Fire Engine Red. HEX triplet: CB, 26 and 28. RGB value is (203,38,40). Sum of RGB (Red+Green+Blue) = 203+38+40=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2628 is #34D9D7. Grayscale: #575757. Windows color (decimal): -3463640 or 2631371. OLE color: 2631371.

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

Color convert

RGB 203 38 40 -
CMYK 0 0.81 0.80 0.20
HSL 359.27º 0.68% 0.47% -
HSV(B) 359.27º 0.81% 0.8% -
XYZ 25.7 14.24 3.4 -
YUV 87.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 203 38 40 0 0.81 0.80 0.20 359.27 0.68 0.47
Hex CB 26 28 0 51 50 14 167 44 2F
Octal 313 46 50 0 121 120 24 547 104 57
Binary 11001011 100110 101000 0 1010001 1010000 10100 101100111 1000100 101111

Color Harmonies of #CB2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2628

Black with #CB2628

Text Example


Text Example

White with #CB2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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