Html Css Color HEX #CB1425 Fire Engine Red

📋 copy color: '#CB1425'

red 203 ◦ green 20 ◦ blue 37

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

Shades of Fire Engine Red #CB1425

Tints of Fire Engine Red #CB1425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 78.08%
G = 7.69%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB1425 (or 0xCB1425) is known color: Fire Engine Red. HEX triplet: CB, 14 and 25. RGB value is (203,20,37). Sum of RGB (Red+Green+Blue) = 203+20+37=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1425 is #34EBDA. Grayscale: #4C4C4C. Windows color (decimal): -3468251 or 2430155. OLE color: 2430155.

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

Color convert

RGB 203 20 37 -
CMYK 0 0.90 0.82 0.20
HSL 354.43º 0.82% 0.44% -
HSV(B) 354.43º 0.9% 0.8% -
XYZ 25.21 13.33 2.99 -
YUV 76.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 203 20 37 0 0.90 0.82 0.20 354.43 0.82 0.44
Hex CB 14 25 0 5A 52 14 162 52 2C
Octal 313 24 45 0 132 122 24 542 122 54
Binary 11001011 10100 100101 0 1011010 1010010 10100 101100010 1010010 101100

Color Harmonies of #CB1425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1425

Black with #CB1425

Text Example


Text Example

White with #CB1425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1425; }

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

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

background-color css

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

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

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

border-color css

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

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

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