Html Css Color HEX #E34C02 Persimmon

📋 copy color: '#E34C02'

red 227 ◦ green 76 ◦ blue 2

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

Shades of Persimmon #E34C02

Tints of Persimmon #E34C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 74.43%
G = 24.92%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E34C02 (or 0xE34C02) is known color: Persimmon. HEX triplet: E3, 4C and 02. RGB value is (227,76,2). Sum of RGB (Red+Green+Blue) = 227+76+2=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34C02 is #1CB3FD. Grayscale: #717171. Windows color (decimal): -1881086 or 150755. OLE color: 150755.

HSL color Cylindrical-coordinate representation of color #E34C02: hue angle of 19.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E34C02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 76 2 -
CMYK 0 0.67 0.99 0.11
HSL 19.73º 0.98% 0.45% -
HSV(B) 19.73º 0.99% 0.89% -
XYZ 34.27 21.5 2.4 -
YUV 112.71 65.53 209.52 -
System Red Green Blue C M Y K H S L
Decimal 227 76 2 0 0.67 0.99 0.11 19.73 0.98 0.45
Hex E3 4C 2 0 43 63 B 14 62 2D
Octal 343 114 2 0 103 143 13 24 142 55
Binary 11100011 1001100 10 0 1000011 1100011 1011 10100 1100010 101101

Color Harmonies of #E34C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C02

Black with #E34C02

Text Example


Text Example

White with #E34C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C02; }

 p { color: rgb(227,76,2); }

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

background-color css

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

 a { background-color: rgb(227,76,2); }

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

border-color css

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

 span { border-color: rgb(227,76,2); }

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