Html Css Color HEX #CB1229 Fire Engine Red

📋 copy color: '#CB1229'

red 203 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #CB1229

Tints of Fire Engine Red #CB1229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 77.48%
G = 6.87%
B = 15.65%

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

#CB1229 (or 0xCB1229) is known color: Fire Engine Red. HEX triplet: CB, 12 and 29. RGB value is (203,18,41). Sum of RGB (Red+Green+Blue) = 203+18+41=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1229 is #34EDD6. Grayscale: #4C4C4C. Windows color (decimal): -3468759 or 2691787. OLE color: 2691787.

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

Color convert

RGB 203 18 41 -
CMYK 0 0.91 0.80 0.20
HSL 352.54º 0.84% 0.43% -
HSV(B) 352.54º 0.91% 0.8% -
XYZ 25.25 13.29 3.33 -
YUV 75.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 203 18 41 0 0.91 0.80 0.20 352.54 0.84 0.43
Hex CB 12 29 0 5B 50 14 161 54 2B
Octal 313 22 51 0 133 120 24 541 124 53
Binary 11001011 10010 101001 0 1011011 1010000 10100 101100001 1010100 101011

Color Harmonies of #CB1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1229

Black with #CB1229

Text Example


Text Example

White with #CB1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1229; }

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

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

background-color css

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

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

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

border-color css

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

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

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