Html Css Color HEX #E64525 Cinnabar

📋 copy color: '#E64525'

red 230 ◦ green 69 ◦ blue 37

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

Shades of Cinnabar #E64525

Tints of Cinnabar #E64525

RGB

 RED value IS 230 (90.23% from 255) = 68.45%

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 68.45%
G = 20.54%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E64525 (or 0xE64525) is known color: Cinnabar. HEX triplet: E6, 45 and 25. RGB value is (230,69,37). Sum of RGB (Red+Green+Blue) = 230+69+37=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E64525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64525 is #19BADA. Grayscale: #717171. Windows color (decimal): -1686235 or 2442726. OLE color: 2442726.

HSL color Cylindrical-coordinate representation of color #E64525: hue angle of 9.95º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E64525 is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 37 -
CMYK 0 0.7 0.84 0.10
HSL 9.95º 0.79% 0.52% -
HSV(B) 9.95º 0.84% 0.9% -
XYZ 35.1 21.21 4 -
YUV 113.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 230 69 37 0 0.7 0.84 0.10 9.95 0.79 0.52
Hex E6 45 25 0 46 54 A A 4F 34
Octal 346 105 45 0 106 124 12 12 117 64
Binary 11100110 1000101 100101 0 1000110 1010100 1010 1010 1001111 110100

Color Harmonies of #E64525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64525

Black with #E64525

Text Example


Text Example

White with #E64525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64525; }

 p { color: rgb(230,69,37); }

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

background-color css

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

 a { background-color: rgb(230,69,37); }

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

border-color css

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

 span { border-color: rgb(230,69,37); }

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