Html Css Color HEX #CE1526 Fire Engine Red

📋 copy color: '#CE1526'

red 206 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #CE1526

Tints of Fire Engine Red #CE1526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 77.74%
G = 7.92%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE1526 (or 0xCE1526) is known color: Fire Engine Red. HEX triplet: CE, 15 and 26. RGB value is (206,21,38). Sum of RGB (Red+Green+Blue) = 206+21+38=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1526 is #31EAD9. Grayscale: #4E4E4E. Windows color (decimal): -3271386 or 2495950. OLE color: 2495950.

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

Color convert

RGB 206 21 38 -
CMYK 0 0.90 0.82 0.19
HSL 354.49º 0.81% 0.45% -
HSV(B) 354.49º 0.9% 0.81% -
XYZ 26.07 13.8 3.12 -
YUV 78.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 206 21 38 0 0.90 0.82 0.19 354.49 0.81 0.45
Hex CE 15 26 0 5A 52 13 162 51 2D
Octal 316 25 46 0 132 122 23 542 121 55
Binary 11001110 10101 100110 0 1011010 1010010 10011 101100010 1010001 101101

Color Harmonies of #CE1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1526

Black with #CE1526

Text Example


Text Example

White with #CE1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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