Html Css Color HEX #CE1521 Fire Engine Red

📋 copy color: '#CE1521'

red 206 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #CE1521

Tints of Fire Engine Red #CE1521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 79.23%
G = 8.08%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1521 (or 0xCE1521) is known color: Fire Engine Red. HEX triplet: CE, 15 and 21. RGB value is (206,21,33). Sum of RGB (Red+Green+Blue) = 206+21+33=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1521 is #31EADE. Grayscale: #4D4D4D. Windows color (decimal): -3271391 or 2168270. OLE color: 2168270.

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

Color convert

RGB 206 21 33 -
CMYK 0 0.90 0.84 0.19
HSL 356.11º 0.81% 0.45% -
HSV(B) 356.11º 0.9% 0.81% -
XYZ 26 13.77 2.73 -
YUV 77.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 206 21 33 0 0.90 0.84 0.19 356.11 0.81 0.45
Hex CE 15 21 0 5A 54 13 164 51 2D
Octal 316 25 41 0 132 124 23 544 121 55
Binary 11001110 10101 100001 0 1011010 1010100 10011 101100100 1010001 101101

Color Harmonies of #CE1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1521

Black with #CE1521

Text Example


Text Example

White with #CE1521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1521; }

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

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

background-color css

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

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

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

border-color css

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

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

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