Html Css Color HEX #CB1228 Fire Engine Red

📋 copy color: '#CB1228'

red 203 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #CB1228

Tints of Fire Engine Red #CB1228

RGB

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

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

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

R = 77.78%
G = 6.9%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB1228 (or 0xCB1228) is known color: Fire Engine Red. HEX triplet: CB, 12 and 28. RGB value is (203,18,40). Sum of RGB (Red+Green+Blue) = 203+18+40=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1228 is #34EDD7. Grayscale: #4B4B4B. Windows color (decimal): -3468760 or 2626251. OLE color: 2626251.

HSL color Cylindrical-coordinate representation of color #CB1228: hue angle of 352.86º 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 #CB1228 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 40 -
CMYK 0 0.91 0.80 0.20
HSL 352.86º 0.84% 0.43% -
HSV(B) 352.86º 0.91% 0.8% -
XYZ 25.23 13.28 3.24 -
YUV 75.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 203 18 40 0 0.91 0.80 0.20 352.86 0.84 0.43
Hex CB 12 28 0 5B 50 14 161 54 2B
Octal 313 22 50 0 133 120 24 541 124 53
Binary 11001011 10010 101000 0 1011011 1010000 10100 101100001 1010100 101011

Color Harmonies of #CB1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1228

Black with #CB1228

Text Example


Text Example

White with #CB1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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