Html Css Color HEX #CE192B Fire Engine Red

📋 copy color: '#CE192B'

red 206 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #CE192B

Tints of Fire Engine Red #CE192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 75.18%
G = 9.12%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE192B (or 0xCE192B) is known color: Fire Engine Red. HEX triplet: CE, 19 and 2B. RGB value is (206,25,43). Sum of RGB (Red+Green+Blue) = 206+25+43=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE192B is #31E6D4. Grayscale: #515151. Windows color (decimal): -3270357 or 2824654. OLE color: 2824654.

HSL color Cylindrical-coordinate representation of color #CE192B: hue angle of 354.03º 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 #CE192B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 43 -
CMYK 0 0.88 0.79 0.19
HSL 354.03º 0.78% 0.45% -
HSV(B) 354.03º 0.88% 0.81% -
XYZ 26.24 13.99 3.6 -
YUV 81.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 206 25 43 0 0.88 0.79 0.19 354.03 0.78 0.45
Hex CE 19 2B 0 58 4F 13 162 4E 2D
Octal 316 31 53 0 130 117 23 542 116 55
Binary 11001110 11001 101011 0 1011000 1001111 10011 101100010 1001110 101101

Color Harmonies of #CE192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE192B

Black with #CE192B

Text Example


Text Example

White with #CE192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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