Html Css Color HEX #ED4F34 Cinnabar

📋 copy color: '#ED4F34'

red 237 ◦ green 79 ◦ blue 52

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

Shades of Cinnabar #ED4F34

Tints of Cinnabar #ED4F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 64.4%
G = 21.47%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED4F34 (or 0xED4F34) is known color: Cinnabar. HEX triplet: ED, 4F and 34. RGB value is (237,79,52). Sum of RGB (Red+Green+Blue) = 237+79+52=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4F34 is #12B0CB. Grayscale: #7B7B7B. Windows color (decimal): -1224908 or 3428333. OLE color: 3428333.

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

Color convert

RGB 237 79 52 -
CMYK 0 0.67 0.78 0.07
HSL 8.76º 0.84% 0.57% -
HSV(B) 8.76º 0.78% 0.93% -
XYZ 38.34 23.84 5.83 -
YUV 123.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 237 79 52 0 0.67 0.78 0.07 8.76 0.84 0.57
Hex ED 4F 34 0 43 4E 7 9 54 39
Octal 355 117 64 0 103 116 7 11 124 71
Binary 11101101 1001111 110100 0 1000011 1001110 111 1001 1010100 111001

Color Harmonies of #ED4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F34

Black with #ED4F34

Text Example


Text Example

White with #ED4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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