Html Css Color HEX #E64F4F Valencia

📋 copy color: '#E64F4F'

red 230 ◦ green 79 ◦ blue 79

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

Shades of Valencia #E64F4F

Tints of Valencia #E64F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.36%

 BLUE value IS 79 (31.25% from 255) = 20.36%

R = 59.28%
G = 20.36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E64F4F (or 0xE64F4F) is known color: Valencia. HEX triplet: E6, 4F and 4F. RGB value is (230,79,79). Sum of RGB (Red+Green+Blue) = 230+79+79=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F4F is #19B0B0. Grayscale: #7C7C7C. Windows color (decimal): -1683633 or 5197798. OLE color: 5197798.

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

Color convert

RGB 230 79 79 -
CMYK 0 0.66 0.66 0.10
HSL 0.75% 0.61% -
HSV(B) 0.66% 0.9% -
XYZ 36.84 22.98 9.89 -
YUV 124.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 230 79 79 0 0.66 0.66 0.10 0 0.75 0.61
Hex E6 4F 4F 0 42 42 A 0 4B 3D
Octal 346 117 117 0 102 102 12 0 113 75
Binary 11100110 1001111 1001111 0 1000010 1000010 1010 0 1001011 111101

Color Harmonies of #E64F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F4F

Black with #E64F4F

Text Example


Text Example

White with #E64F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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