Html Css Color HEX #CE172A Fire Engine Red

📋 copy color: '#CE172A'

red 206 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #CE172A

Tints of Fire Engine Red #CE172A

RGB

 RED value IS 206 (80.86% from 255) = 76.01%

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

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

R = 76.01%
G = 8.49%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE172A (or 0xCE172A) is known color: Fire Engine Red. HEX triplet: CE, 17 and 2A. RGB value is (206,23,42). Sum of RGB (Red+Green+Blue) = 206+23+42=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE172A is #31E8D5. Grayscale: #4F4F4F. Windows color (decimal): -3270870 or 2758606. OLE color: 2758606.

HSL color Cylindrical-coordinate representation of color #CE172A: hue angle of 353.77º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE172A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 42 -
CMYK 0 0.89 0.80 0.19
HSL 353.77º 0.8% 0.45% -
HSV(B) 353.77º 0.89% 0.81% -
XYZ 26.18 13.9 3.49 -
YUV 79.88 106.63 217.96 -
System Red Green Blue C M Y K H S L
Decimal 206 23 42 0 0.89 0.80 0.19 353.77 0.8 0.45
Hex CE 17 2A 0 59 50 13 162 50 2D
Octal 316 27 52 0 131 120 23 542 120 55
Binary 11001110 10111 101010 0 1011001 1010000 10011 101100010 1010000 101101

Color Harmonies of #CE172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE172A

Black with #CE172A

Text Example


Text Example

White with #CE172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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