Html Css Color HEX #CB172A Fire Engine Red

📋 copy color: '#CB172A'

red 203 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #CB172A

Tints of Fire Engine Red #CB172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 75.75%
G = 8.58%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB172A (or 0xCB172A) is known color: Fire Engine Red. HEX triplet: CB, 17 and 2A. RGB value is (203,23,42). Sum of RGB (Red+Green+Blue) = 203+23+42=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB172A is #34E8D5. Grayscale: #4F4F4F. Windows color (decimal): -3467478 or 2758603. OLE color: 2758603.

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

Color convert

RGB 203 23 42 -
CMYK 0 0.89 0.79 0.20
HSL 353.67º 0.8% 0.44% -
HSV(B) 353.67º 0.89% 0.8% -
XYZ 25.35 13.48 3.46 -
YUV 78.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 203 23 42 0 0.89 0.79 0.20 353.67 0.8 0.44
Hex CB 17 2A 0 59 4F 14 162 50 2C
Octal 313 27 52 0 131 117 24 542 120 54
Binary 11001011 10111 101010 0 1011001 1001111 10100 101100010 1010000 101100

Color Harmonies of #CB172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB172A

Black with #CB172A

Text Example


Text Example

White with #CB172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB172A; }

 p { color: rgb(203,23,42); }

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

background-color css

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

 a { background-color: rgb(203,23,42); }

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

border-color css

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

 span { border-color: rgb(203,23,42); }

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