Html Css Color HEX #CB1324 Fire Engine Red

📋 copy color: '#CB1324'

red 203 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #CB1324

Tints of Fire Engine Red #CB1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 78.68%
G = 7.36%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB1324 (or 0xCB1324) is known color: Fire Engine Red. HEX triplet: CB, 13 and 24. RGB value is (203,19,36). Sum of RGB (Red+Green+Blue) = 203+19+36=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1324 is #34ECDB. Grayscale: #4C4C4C. Windows color (decimal): -3468508 or 2364363. OLE color: 2364363.

HSL color Cylindrical-coordinate representation of color #CB1324: hue angle of 354.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1324 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 36 -
CMYK 0 0.91 0.82 0.20
HSL 354.46º 0.83% 0.44% -
HSV(B) 354.46º 0.91% 0.8% -
XYZ 25.18 13.29 2.91 -
YUV 75.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 203 19 36 0 0.91 0.82 0.20 354.46 0.83 0.44
Hex CB 13 24 0 5B 52 14 162 53 2C
Octal 313 23 44 0 133 122 24 542 123 54
Binary 11001011 10011 100100 0 1011011 1010010 10100 101100010 1010011 101100

Color Harmonies of #CB1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1324

Black with #CB1324

Text Example


Text Example

White with #CB1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1324; }

 p { color: rgb(203,19,36); }

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

background-color css

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

 a { background-color: rgb(203,19,36); }

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

border-color css

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

 span { border-color: rgb(203,19,36); }

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