Html Css Color HEX #E64D4D Valencia

📋 copy color: '#E64D4D'

red 230 ◦ green 77 ◦ blue 77

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

Shades of Valencia #E64D4D

Tints of Valencia #E64D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 59.9%
G = 20.05%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E64D4D (or 0xE64D4D) is known color: Valencia. HEX triplet: E6, 4D and 4D. RGB value is (230,77,77). Sum of RGB (Red+Green+Blue) = 230+77+77=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D4D is #19B2B2. Grayscale: #7A7A7A. Windows color (decimal): -1684147 or 5066214. OLE color: 5066214.

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

Color convert

RGB 230 77 77 -
CMYK 0 0.67 0.67 0.10
HSL 0.75% 0.6% -
HSV(B) 0.67% 0.9% -
XYZ 36.63 22.67 9.47 -
YUV 122.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 230 77 77 0 0.67 0.67 0.10 0 0.75 0.6
Hex E6 4D 4D 0 43 43 A 0 4B 3C
Octal 346 115 115 0 103 103 12 0 113 74
Binary 11100110 1001101 1001101 0 1000011 1000011 1010 0 1001011 111100

Color Harmonies of #E64D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D4D

Black with #E64D4D

Text Example


Text Example

White with #E64D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D4D; }

 p { color: rgb(230,77,77); }

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

background-color css

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

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

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

border-color css

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

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

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