Html Css Color HEX #CB1325 Fire Engine Red

📋 copy color: '#CB1325'

red 203 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #CB1325

Tints of Fire Engine Red #CB1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 78.38%
G = 7.34%
B = 14.29%

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

#CB1325 (or 0xCB1325) is known color: Fire Engine Red. HEX triplet: CB, 13 and 25. RGB value is (203,19,37). Sum of RGB (Red+Green+Blue) = 203+19+37=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1325 is #34ECDA. Grayscale: #4C4C4C. Windows color (decimal): -3468507 or 2429899. OLE color: 2429899.

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

Color convert

RGB 203 19 37 -
CMYK 0 0.91 0.82 0.20
HSL 354.13º 0.83% 0.44% -
HSV(B) 354.13º 0.91% 0.8% -
XYZ 25.2 13.3 2.99 -
YUV 76.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 203 19 37 0 0.91 0.82 0.20 354.13 0.83 0.44
Hex CB 13 25 0 5B 52 14 162 53 2C
Octal 313 23 45 0 133 122 24 542 123 54
Binary 11001011 10011 100101 0 1011011 1010010 10100 101100010 1010011 101100

Color Harmonies of #CB1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1325

Black with #CB1325

Text Example


Text Example

White with #CB1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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