Html Css Color HEX #CE1321 Fire Engine Red

📋 copy color: '#CE1321'

red 206 ◦ green 19 ◦ blue 33

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

Shades of Fire Engine Red #CE1321

Tints of Fire Engine Red #CE1321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

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

R = 79.84%
G = 7.36%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1321 (or 0xCE1321) is known color: Fire Engine Red. HEX triplet: CE, 13 and 21. RGB value is (206,19,33). Sum of RGB (Red+Green+Blue) = 206+19+33=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1321 is #31ECDE. Grayscale: #4C4C4C. Windows color (decimal): -3271903 or 2167758. OLE color: 2167758.

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

Color convert

RGB 206 19 33 -
CMYK 0 0.91 0.84 0.19
HSL 355.51º 0.83% 0.44% -
HSV(B) 355.51º 0.91% 0.81% -
XYZ 25.96 13.7 2.71 -
YUV 76.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 206 19 33 0 0.91 0.84 0.19 355.51 0.83 0.44
Hex CE 13 21 0 5B 54 13 164 53 2C
Octal 316 23 41 0 133 124 23 544 123 54
Binary 11001110 10011 100001 0 1011011 1010100 10011 101100100 1010011 101100

Color Harmonies of #CE1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1321

Black with #CE1321

Text Example


Text Example

White with #CE1321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1321; }

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

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

background-color css

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

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

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

border-color css

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

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

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