Html Css Color HEX #E35C0C Persimmon

📋 copy color: '#E35C0C'

red 227 ◦ green 92 ◦ blue 12

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

Shades of Persimmon #E35C0C

Tints of Persimmon #E35C0C

RGB

 RED value IS 227 (89.06% from 255) = 68.58%

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 68.58%
G = 27.79%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E35C0C (or 0xE35C0C) is known color: Persimmon. HEX triplet: E3, 5C and 0C. RGB value is (227,92,12). Sum of RGB (Red+Green+Blue) = 227+92+12=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35C0C is #1CA3F3. Grayscale: #7B7B7B. Windows color (decimal): -1876980 or 810211. OLE color: 810211.

HSL color Cylindrical-coordinate representation of color #E35C0C: hue angle of 22.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E35C0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 92 12 -
CMYK 0 0.59 0.95 0.11
HSL 22.33º 0.9% 0.47% -
HSV(B) 22.33º 0.95% 0.89% -
XYZ 35.57 24.01 3.11 -
YUV 123.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 227 92 12 0 0.59 0.95 0.11 22.33 0.9 0.47
Hex E3 5C C 0 3B 5F B 16 5A 2F
Octal 343 134 14 0 73 137 13 26 132 57
Binary 11100011 1011100 1100 0 111011 1011111 1011 10110 1011010 101111

Color Harmonies of #E35C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C0C

Black with #E35C0C

Text Example


Text Example

White with #E35C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C0C; }

 p { color: rgb(227,92,12); }

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

background-color css

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

 a { background-color: rgb(227,92,12); }

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

border-color css

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

 span { border-color: rgb(227,92,12); }

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