Html Css Color HEX #CB171E Fire Engine Red

📋 copy color: '#CB171E'

red 203 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #CB171E

Tints of Fire Engine Red #CB171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 79.3%
G = 8.98%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB171E (or 0xCB171E) is known color: Fire Engine Red. HEX triplet: CB, 17 and 1E. RGB value is (203,23,30). Sum of RGB (Red+Green+Blue) = 203+23+30=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB171E is #34E8E1. Grayscale: #4D4D4D. Windows color (decimal): -3467490 or 1972171. OLE color: 1972171.

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

Color convert

RGB 203 23 30 -
CMYK 0 0.89 0.85 0.20
HSL 357.67º 0.8% 0.44% -
HSV(B) 357.67º 0.89% 0.8% -
XYZ 25.17 13.4 2.49 -
YUV 77.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 203 23 30 0 0.89 0.85 0.20 357.67 0.8 0.44
Hex CB 17 1E 0 59 55 14 166 50 2C
Octal 313 27 36 0 131 125 24 546 120 54
Binary 11001011 10111 11110 0 1011001 1010101 10100 101100110 1010000 101100

Color Harmonies of #CB171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB171E

Black with #CB171E

Text Example


Text Example

White with #CB171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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