Html Css Color HEX #CE142B Fire Engine Red

📋 copy color: '#CE142B'

red 206 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #CE142B

Tints of Fire Engine Red #CE142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 76.58%
G = 7.43%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE142B (or 0xCE142B) is known color: Fire Engine Red. HEX triplet: CE, 14 and 2B. RGB value is (206,20,43). Sum of RGB (Red+Green+Blue) = 206+20+43=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE142B is #31EBD4. Grayscale: #4E4E4E. Windows color (decimal): -3271637 or 2823374. OLE color: 2823374.

HSL color Cylindrical-coordinate representation of color #CE142B: hue angle of 352.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE142B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 43 -
CMYK 0 0.90 0.79 0.19
HSL 352.58º 0.82% 0.44% -
HSV(B) 352.58º 0.9% 0.81% -
XYZ 26.14 13.8 3.57 -
YUV 78.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 206 20 43 0 0.90 0.79 0.19 352.58 0.82 0.44
Hex CE 14 2B 0 5A 4F 13 161 52 2C
Octal 316 24 53 0 132 117 23 541 122 54
Binary 11001110 10100 101011 0 1011010 1001111 10011 101100001 1010010 101100

Color Harmonies of #CE142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE142B

Black with #CE142B

Text Example


Text Example

White with #CE142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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