Html Css Color HEX #E3430D Persimmon

📋 copy color: '#E3430D'

red 227 ◦ green 67 ◦ blue 13

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

Shades of Persimmon #E3430D

Tints of Persimmon #E3430D

RGB

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

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

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

R = 73.94%
G = 21.82%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3430D (or 0xE3430D) is known color: Persimmon. HEX triplet: E3, 43 and 0D. RGB value is (227,67,13). Sum of RGB (Red+Green+Blue) = 227+67+13=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E3430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3430D is #1CBCF2. Grayscale: #6D6D6D. Windows color (decimal): -1883379 or 869347. OLE color: 869347.

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

Color convert

RGB 227 67 13 -
CMYK 0 0.70 0.94 0.11
HSL 15.14º 0.89% 0.47% -
HSV(B) 15.14º 0.94% 0.89% -
XYZ 33.76 20.37 2.53 -
YUV 108.68 74.01 212.39 -
System Red Green Blue C M Y K H S L
Decimal 227 67 13 0 0.70 0.94 0.11 15.14 0.89 0.47
Hex E3 43 D 0 46 5E B F 59 2F
Octal 343 103 15 0 106 136 13 17 131 57
Binary 11100011 1000011 1101 0 1000110 1011110 1011 1111 1011001 101111

Color Harmonies of #E3430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3430D

Black with #E3430D

Text Example


Text Example

White with #E3430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3430D; }

 p { color: rgb(227,67,13); }

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

background-color css

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

 a { background-color: rgb(227,67,13); }

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

border-color css

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

 span { border-color: rgb(227,67,13); }

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