Html Css Color HEX #CE2021 Fire Engine Red

📋 copy color: '#CE2021'

red 206 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #CE2021

Tints of Fire Engine Red #CE2021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 76.01%
G = 11.81%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE2021 (or 0xCE2021) is known color: Fire Engine Red. HEX triplet: CE, 20 and 21. RGB value is (206,32,33). Sum of RGB (Red+Green+Blue) = 206+32+33=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2021 is #31DFDE. Grayscale: #545454. Windows color (decimal): -3268575 or 2171086. OLE color: 2171086.

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

Color convert

RGB 206 32 33 -
CMYK 0 0.84 0.84 0.19
HSL 359.66º 0.73% 0.47% -
HSV(B) 359.66º 0.84% 0.81% -
XYZ 26.24 14.26 2.81 -
YUV 84.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 206 32 33 0 0.84 0.84 0.19 359.66 0.73 0.47
Hex CE 20 21 0 54 54 13 168 49 2F
Octal 316 40 41 0 124 124 23 550 111 57
Binary 11001110 100000 100001 0 1010100 1010100 10011 101101000 1001001 101111

Color Harmonies of #CE2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2021

Black with #CE2021

Text Example


Text Example

White with #CE2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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