Html Css Color HEX #CE1522 Fire Engine Red

📋 copy color: '#CE1522'

red 206 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #CE1522

Tints of Fire Engine Red #CE1522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 78.93%
G = 8.05%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1522 (or 0xCE1522) is known color: Fire Engine Red. HEX triplet: CE, 15 and 22. RGB value is (206,21,34). Sum of RGB (Red+Green+Blue) = 206+21+34=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1522 is #31EADD. Grayscale: #4D4D4D. Windows color (decimal): -3271390 or 2233806. OLE color: 2233806.

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

Color convert

RGB 206 21 34 -
CMYK 0 0.90 0.83 0.19
HSL 355.78º 0.81% 0.45% -
HSV(B) 355.78º 0.9% 0.81% -
XYZ 26.01 13.77 2.8 -
YUV 77.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 206 21 34 0 0.90 0.83 0.19 355.78 0.81 0.45
Hex CE 15 22 0 5A 53 13 164 51 2D
Octal 316 25 42 0 132 123 23 544 121 55
Binary 11001110 10101 100010 0 1011010 1010011 10011 101100100 1010001 101101

Color Harmonies of #CE1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1522

Black with #CE1522

Text Example


Text Example

White with #CE1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1522; }

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

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

background-color css

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

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

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

border-color css

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

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

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