Html Css Color HEX #E6430B Persimmon

📋 copy color: '#E6430B'

red 230 ◦ green 67 ◦ blue 11

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

Shades of Persimmon #E6430B

Tints of Persimmon #E6430B

RGB

 RED value IS 230 (90.23% from 255) = 74.68%

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

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

R = 74.68%
G = 21.75%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6430B (or 0xE6430B) is known color: Persimmon. HEX triplet: E6, 43 and 0B. RGB value is (230,67,11). Sum of RGB (Red+Green+Blue) = 230+67+11=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6430B is #19BCF4. Grayscale: #6D6D6D. Windows color (decimal): -1686773 or 738278. OLE color: 738278.

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

Color convert

RGB 230 67 11 -
CMYK 0 0.71 0.95 0.10
HSL 15.34º 0.91% 0.47% -
HSV(B) 15.34º 0.95% 0.9% -
XYZ 34.7 20.86 2.51 -
YUV 109.35 72.5 214.05 -
System Red Green Blue C M Y K H S L
Decimal 230 67 11 0 0.71 0.95 0.10 15.34 0.91 0.47
Hex E6 43 B 0 47 5F A F 5B 2F
Octal 346 103 13 0 107 137 12 17 133 57
Binary 11100110 1000011 1011 0 1000111 1011111 1010 1111 1011011 101111

Color Harmonies of #E6430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6430B

Black with #E6430B

Text Example


Text Example

White with #E6430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6430B; }

 p { color: rgb(230,67,11); }

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

background-color css

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

 a { background-color: rgb(230,67,11); }

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

border-color css

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

 span { border-color: rgb(230,67,11); }

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