Html Css Color HEX #E0630B Persimmon

📋 copy color: '#E0630B'

red 224 ◦ green 99 ◦ blue 11

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

Shades of Persimmon #E0630B

Tints of Persimmon #E0630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 67.07%
G = 29.64%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0630B (or 0xE0630B) is known color: Persimmon. HEX triplet: E0, 63 and 0B. RGB value is (224,99,11). Sum of RGB (Red+Green+Blue) = 224+99+11=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0630B is #1F9CF4. Grayscale: #7E7E7E. Windows color (decimal): -2071797 or 746464. OLE color: 746464.

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

Color convert

RGB 224 99 11 -
CMYK 0 0.56 0.95 0.12
HSL 24.79º 0.91% 0.46% -
HSV(B) 24.79º 0.95% 0.88% -
XYZ 35.26 24.8 3.24 -
YUV 126.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 224 99 11 0 0.56 0.95 0.12 24.79 0.91 0.46
Hex E0 63 B 0 38 5F C 19 5B 2E
Octal 340 143 13 0 70 137 14 31 133 56
Binary 11100000 1100011 1011 0 111000 1011111 1100 11001 1011011 101110

Color Harmonies of #E0630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0630B

Black with #E0630B

Text Example


Text Example

White with #E0630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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