Html Css Color HEX #CB172B Fire Engine Red

📋 copy color: '#CB172B'

red 203 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #CB172B

Tints of Fire Engine Red #CB172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 75.46%
G = 8.55%
B = 15.99%

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

#CB172B (or 0xCB172B) is known color: Fire Engine Red. HEX triplet: CB, 17 and 2B. RGB value is (203,23,43). Sum of RGB (Red+Green+Blue) = 203+23+43=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB172B is #34E8D4. Grayscale: #4F4F4F. Windows color (decimal): -3467477 or 2824139. OLE color: 2824139.

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

Color convert

RGB 203 23 43 -
CMYK 0 0.89 0.79 0.20
HSL 353.33º 0.8% 0.44% -
HSV(B) 353.33º 0.89% 0.8% -
XYZ 25.37 13.48 3.55 -
YUV 79.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 203 23 43 0 0.89 0.79 0.20 353.33 0.8 0.44
Hex CB 17 2B 0 59 4F 14 161 50 2C
Octal 313 27 53 0 131 117 24 541 120 54
Binary 11001011 10111 101011 0 1011001 1001111 10100 101100001 1010000 101100

Color Harmonies of #CB172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB172B

Black with #CB172B

Text Example


Text Example

White with #CB172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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