Html Css Color HEX #CE192A Fire Engine Red

📋 copy color: '#CE192A'

red 206 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #CE192A

Tints of Fire Engine Red #CE192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 75.46%
G = 9.16%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE192A (or 0xCE192A) is known color: Fire Engine Red. HEX triplet: CE, 19 and 2A. RGB value is (206,25,42). Sum of RGB (Red+Green+Blue) = 206+25+42=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE192A is #31E6D5. Grayscale: #515151. Windows color (decimal): -3270358 or 2759118. OLE color: 2759118.

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

Color convert

RGB 206 25 42 -
CMYK 0 0.88 0.80 0.19
HSL 354.36º 0.78% 0.45% -
HSV(B) 354.36º 0.88% 0.81% -
XYZ 26.22 13.98 3.51 -
YUV 81.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 206 25 42 0 0.88 0.80 0.19 354.36 0.78 0.45
Hex CE 19 2A 0 58 50 13 162 4E 2D
Octal 316 31 52 0 130 120 23 542 116 55
Binary 11001110 11001 101010 0 1011000 1010000 10011 101100010 1001110 101101

Color Harmonies of #CE192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE192A

Black with #CE192A

Text Example


Text Example

White with #CE192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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