Html Css Color HEX #E0430C Persimmon

📋 copy color: '#E0430C'

red 224 ◦ green 67 ◦ blue 12

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

Shades of Persimmon #E0430C

Tints of Persimmon #E0430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 73.93%
G = 22.11%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0430C (or 0xE0430C) is known color: Persimmon. HEX triplet: E0, 43 and 0C. RGB value is (224,67,12). Sum of RGB (Red+Green+Blue) = 224+67+12=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0430C is #1FBCF3. Grayscale: #6C6C6C. Windows color (decimal): -2079988 or 803808. OLE color: 803808.

HSL color Cylindrical-coordinate representation of color #E0430C: hue angle of 15.57º degrees, saturation: 0.9, 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 #E0430C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 67 12 -
CMYK 0 0.70 0.95 0.12
HSL 15.57º 0.9% 0.46% -
HSV(B) 15.57º 0.95% 0.88% -
XYZ 32.81 19.89 2.46 -
YUV 107.67 74.01 210.97 -
System Red Green Blue C M Y K H S L
Decimal 224 67 12 0 0.70 0.95 0.12 15.57 0.9 0.46
Hex E0 43 C 0 46 5F C 10 5A 2E
Octal 340 103 14 0 106 137 14 20 132 56
Binary 11100000 1000011 1100 0 1000110 1011111 1100 10000 1011010 101110

Color Harmonies of #E0430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0430C

Black with #E0430C

Text Example


Text Example

White with #E0430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0430C; }

 p { color: rgb(224,67,12); }

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

background-color css

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

 a { background-color: rgb(224,67,12); }

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

border-color css

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

 span { border-color: rgb(224,67,12); }

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