Html Css Color HEX #CE0527 Fire Engine Red

📋 copy color: '#CE0527'

red 206 ◦ green 5 ◦ blue 39

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

Shades of Fire Engine Red #CE0527

Tints of Fire Engine Red #CE0527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 82.4%
G = 2%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0527 (or 0xCE0527) is known color: Fire Engine Red. HEX triplet: CE, 05 and 27. RGB value is (206,5,39). Sum of RGB (Red+Green+Blue) = 206+5+39=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0527 is #31FAD8. Grayscale: #454545. Windows color (decimal): -3275481 or 2557390. OLE color: 2557390.

HSL color Cylindrical-coordinate representation of color #CE0527: hue angle of 349.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0527 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 39 -
CMYK 0 0.98 0.81 0.19
HSL 349.85º 0.95% 0.41% -
HSV(B) 349.85º 0.98% 0.81% -
XYZ 25.87 13.38 3.14 -
YUV 68.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 206 5 39 0 0.98 0.81 0.19 349.85 0.95 0.41
Hex CE 5 27 0 62 51 13 15E 5F 29
Octal 316 5 47 0 142 121 23 536 137 51
Binary 11001110 101 100111 0 1100010 1010001 10011 101011110 1011111 101001

Color Harmonies of #CE0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0527

Black with #CE0527

Text Example


Text Example

White with #CE0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0527; }

 p { color: rgb(206,5,39); }

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

background-color css

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

 a { background-color: rgb(206,5,39); }

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

border-color css

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

 span { border-color: rgb(206,5,39); }

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