Html Css Color HEX #E0630D Persimmon

📋 copy color: '#E0630D'

red 224 ◦ green 99 ◦ blue 13

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

Shades of Persimmon #E0630D

Tints of Persimmon #E0630D

RGB

 RED value IS 224 (87.89% from 255) = 66.67%

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 66.67%
G = 29.46%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0630D (or 0xE0630D) is known color: Persimmon. HEX triplet: E0, 63 and 0D. RGB value is (224,99,13). Sum of RGB (Red+Green+Blue) = 224+99+13=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0630D is #1F9CF2. Grayscale: #7F7F7F. Windows color (decimal): -2071795 or 877536. OLE color: 877536.

HSL color Cylindrical-coordinate representation of color #E0630D: hue angle of 24.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0630D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 13 -
CMYK 0 0.56 0.94 0.12
HSL 24.45º 0.89% 0.46% -
HSV(B) 24.45º 0.94% 0.88% -
XYZ 35.27 24.8 3.31 -
YUV 126.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 224 99 13 0 0.56 0.94 0.12 24.45 0.89 0.46
Hex E0 63 D 0 38 5E C 18 59 2E
Octal 340 143 15 0 70 136 14 30 131 56
Binary 11100000 1100011 1101 0 111000 1011110 1100 11000 1011001 101110

Color Harmonies of #E0630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0630D

Black with #E0630D

Text Example


Text Example

White with #E0630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0630D; }

 p { color: rgb(224,99,13); }

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

background-color css

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

 a { background-color: rgb(224,99,13); }

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

border-color css

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

 span { border-color: rgb(224,99,13); }

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