Html Css Color HEX #CB172D Fire Engine Red

📋 copy color: '#CB172D'

red 203 ◦ green 23 ◦ blue 45

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

Shades of Fire Engine Red #CB172D

Tints of Fire Engine Red #CB172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 74.91%
G = 8.49%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB172D (or 0xCB172D) is known color: Fire Engine Red. HEX triplet: CB, 17 and 2D. RGB value is (203,23,45). Sum of RGB (Red+Green+Blue) = 203+23+45=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB172D is #34E8D2. Grayscale: #4F4F4F. Windows color (decimal): -3467475 or 2955211. OLE color: 2955211.

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

Color convert

RGB 203 23 45 -
CMYK 0 0.89 0.78 0.20
HSL 352.67º 0.8% 0.44% -
HSV(B) 352.67º 0.89% 0.8% -
XYZ 25.41 13.5 3.75 -
YUV 79.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 203 23 45 0 0.89 0.78 0.20 352.67 0.8 0.44
Hex CB 17 2D 0 59 4E 14 161 50 2C
Octal 313 27 55 0 131 116 24 541 120 54
Binary 11001011 10111 101101 0 1011001 1001110 10100 101100001 1010000 101100

Color Harmonies of #CB172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB172D

Black with #CB172D

Text Example


Text Example

White with #CB172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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