Html Css Color HEX #CE142A Fire Engine Red

📋 copy color: '#CE142A'

red 206 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #CE142A

Tints of Fire Engine Red #CE142A

RGB

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

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

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

R = 76.87%
G = 7.46%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE142A (or 0xCE142A) is known color: Fire Engine Red. HEX triplet: CE, 14 and 2A. RGB value is (206,20,42). Sum of RGB (Red+Green+Blue) = 206+20+42=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE142A is #31EBD5. Grayscale: #4E4E4E. Windows color (decimal): -3271638 or 2757838. OLE color: 2757838.

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

Color convert

RGB 206 20 42 -
CMYK 0 0.90 0.80 0.19
HSL 352.9º 0.82% 0.44% -
HSV(B) 352.9º 0.9% 0.81% -
XYZ 26.12 13.79 3.48 -
YUV 78.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 206 20 42 0 0.90 0.80 0.19 352.9 0.82 0.44
Hex CE 14 2A 0 5A 50 13 161 52 2C
Octal 316 24 52 0 132 120 23 541 122 54
Binary 11001110 10100 101010 0 1011010 1010000 10011 101100001 1010010 101100

Color Harmonies of #CE142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE142A

Black with #CE142A

Text Example


Text Example

White with #CE142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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