Html Css Color HEX #ED4F1B Persimmon

📋 copy color: '#ED4F1B'

red 237 ◦ green 79 ◦ blue 27

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

Shades of Persimmon #ED4F1B

Tints of Persimmon #ED4F1B

RGB

 RED value IS 237 (92.97% from 255) = 69.1%

 GREEN value IS 79 (31.25% from 255) = 23.03%

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 69.1%
G = 23.03%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED4F1B (or 0xED4F1B) is known color: Persimmon. HEX triplet: ED, 4F and 1B. RGB value is (237,79,27). Sum of RGB (Red+Green+Blue) = 237+79+27=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4F1B is #12B0E4. Grayscale: #787878. Windows color (decimal): -1224933 or 1789933. OLE color: 1789933.

HSL color Cylindrical-coordinate representation of color #ED4F1B: hue angle of 14.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED4F1B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 79 27 -
CMYK 0 0.67 0.89 0.07
HSL 14.86º 0.85% 0.52% -
HSV(B) 14.86º 0.89% 0.93% -
XYZ 37.92 23.68 3.61 -
YUV 120.31 75.35 211.23 -
System Red Green Blue C M Y K H S L
Decimal 237 79 27 0 0.67 0.89 0.07 14.86 0.85 0.52
Hex ED 4F 1B 0 43 59 7 F 55 34
Octal 355 117 33 0 103 131 7 17 125 64
Binary 11101101 1001111 11011 0 1000011 1011001 111 1111 1010101 110100

Color Harmonies of #ED4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F1B

Black with #ED4F1B

Text Example


Text Example

White with #ED4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F1B; }

 p { color: rgb(237,79,27); }

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

background-color css

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

 a { background-color: rgb(237,79,27); }

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

border-color css

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

 span { border-color: rgb(237,79,27); }

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