Html Css Color HEX #E6630C Persimmon

📋 copy color: '#E6630C'

red 230 ◦ green 99 ◦ blue 12

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

Shades of Persimmon #E6630C

Tints of Persimmon #E6630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 67.45%
G = 29.03%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6630C (or 0xE6630C) is known color: Persimmon. HEX triplet: E6, 63 and 0C. RGB value is (230,99,12). Sum of RGB (Red+Green+Blue) = 230+99+12=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6630C is #199CF3. Grayscale: #808080. Windows color (decimal): -1678580 or 812006. OLE color: 812006.

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

Color convert

RGB 230 99 12 -
CMYK 0 0.57 0.95 0.10
HSL 23.94º 0.9% 0.47% -
HSV(B) 23.94º 0.95% 0.9% -
XYZ 37.16 25.77 3.36 -
YUV 128.25 62.4 200.57 -
System Red Green Blue C M Y K H S L
Decimal 230 99 12 0 0.57 0.95 0.10 23.94 0.9 0.47
Hex E6 63 C 0 39 5F A 18 5A 2F
Octal 346 143 14 0 71 137 12 30 132 57
Binary 11100110 1100011 1100 0 111001 1011111 1010 11000 1011010 101111

Color Harmonies of #E6630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6630C

Black with #E6630C

Text Example


Text Example

White with #E6630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6630C; }

 p { color: rgb(230,99,12); }

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

background-color css

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

 a { background-color: rgb(230,99,12); }

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

border-color css

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

 span { border-color: rgb(230,99,12); }

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