Html Css Color HEX #CE202A Fire Engine Red

📋 copy color: '#CE202A'

red 206 ◦ green 32 ◦ blue 42

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

Shades of Fire Engine Red #CE202A

Tints of Fire Engine Red #CE202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 73.57%
G = 11.43%
B = 15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE202A (or 0xCE202A) is known color: Fire Engine Red. HEX triplet: CE, 20 and 2A. RGB value is (206,32,42). Sum of RGB (Red+Green+Blue) = 206+32+42=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE202A is #31DFD5. Grayscale: #555555. Windows color (decimal): -3268566 or 2760910. OLE color: 2760910.

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

Color convert

RGB 206 32 42 -
CMYK 0 0.84 0.80 0.19
HSL 356.55º 0.73% 0.47% -
HSV(B) 356.55º 0.84% 0.81% -
XYZ 26.39 14.32 3.56 -
YUV 85.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 206 32 42 0 0.84 0.80 0.19 356.55 0.73 0.47
Hex CE 20 2A 0 54 50 13 165 49 2F
Octal 316 40 52 0 124 120 23 545 111 57
Binary 11001110 100000 101010 0 1010100 1010000 10011 101100101 1001001 101111

Color Harmonies of #CE202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE202A

Black with #CE202A

Text Example


Text Example

White with #CE202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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