Html Css Color HEX #CB2425 Fire Engine Red

📋 copy color: '#CB2425'

red 203 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #CB2425

Tints of Fire Engine Red #CB2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 73.55%
G = 13.04%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2425 (or 0xCB2425) is known color: Fire Engine Red. HEX triplet: CB, 24 and 25. RGB value is (203,36,37). Sum of RGB (Red+Green+Blue) = 203+36+37=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2425 is #34DBDA. Grayscale: #565656. Windows color (decimal): -3464155 or 2434251. OLE color: 2434251.

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

Color convert

RGB 203 36 37 -
CMYK 0 0.82 0.82 0.20
HSL 359.64º 0.7% 0.47% -
HSV(B) 359.64º 0.82% 0.8% -
XYZ 25.59 14.09 3.12 -
YUV 86.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 203 36 37 0 0.82 0.82 0.20 359.64 0.7 0.47
Hex CB 24 25 0 52 52 14 168 46 2F
Octal 313 44 45 0 122 122 24 550 106 57
Binary 11001011 100100 100101 0 1010010 1010010 10100 101101000 1000110 101111

Color Harmonies of #CB2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2425

Black with #CB2425

Text Example


Text Example

White with #CB2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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