Html Css Color HEX #CB171A Fire Engine Red

📋 copy color: '#CB171A'

red 203 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #CB171A

Tints of Fire Engine Red #CB171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 80.56%
G = 9.13%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB171A (or 0xCB171A) is known color: Fire Engine Red. HEX triplet: CB, 17 and 1A. RGB value is (203,23,26). Sum of RGB (Red+Green+Blue) = 203+23+26=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB171A is #34E8E5. Grayscale: #4D4D4D. Windows color (decimal): -3467494 or 1710027. OLE color: 1710027.

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

Color convert

RGB 203 23 26 -
CMYK 0 0.89 0.87 0.20
HSL 359º 0.8% 0.44% -
HSV(B) 359º 0.89% 0.8% -
XYZ 25.12 13.38 2.24 -
YUV 77.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 203 23 26 0 0.89 0.87 0.20 359 0.8 0.44
Hex CB 17 1A 0 59 57 14 167 50 2C
Octal 313 27 32 0 131 127 24 547 120 54
Binary 11001011 10111 11010 0 1011001 1010111 10100 101100111 1010000 101100

Color Harmonies of #CB171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB171A

Black with #CB171A

Text Example


Text Example

White with #CB171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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