Html Css Color HEX #CE2527 Fire Engine Red

📋 copy color: '#CE2527'

red 206 ◦ green 37 ◦ blue 39

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

Shades of Fire Engine Red #CE2527

Tints of Fire Engine Red #CE2527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 73.05%
G = 13.12%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2527 (or 0xCE2527) is known color: Fire Engine Red. HEX triplet: CE, 25 and 27. RGB value is (206,37,39). Sum of RGB (Red+Green+Blue) = 206+37+39=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2527 is #31DAD8. Grayscale: #575757. Windows color (decimal): -3267289 or 2565582. OLE color: 2565582.

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

Color convert

RGB 206 37 39 -
CMYK 0 0.82 0.81 0.19
HSL 359.29º 0.7% 0.48% -
HSV(B) 359.29º 0.82% 0.81% -
XYZ 26.48 14.59 3.34 -
YUV 87.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 206 37 39 0 0.82 0.81 0.19 359.29 0.7 0.48
Hex CE 25 27 0 52 51 13 167 46 30
Octal 316 45 47 0 122 121 23 547 106 60
Binary 11001110 100101 100111 0 1010010 1010001 10011 101100111 1000110 110000

Color Harmonies of #CE2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2527

Black with #CE2527

Text Example


Text Example

White with #CE2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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