Html Css Color HEX #ED4F2F Cinnabar

📋 copy color: '#ED4F2F'

red 237 ◦ green 79 ◦ blue 47

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

Shades of Cinnabar #ED4F2F

Tints of Cinnabar #ED4F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 65.29%
G = 21.76%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED4F2F (or 0xED4F2F) is known color: Cinnabar. HEX triplet: ED, 4F and 2F. RGB value is (237,79,47). Sum of RGB (Red+Green+Blue) = 237+79+47=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4F2F is #12B0D0. Grayscale: #7A7A7A. Windows color (decimal): -1224913 or 3100653. OLE color: 3100653.

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

Color convert

RGB 237 79 47 -
CMYK 0 0.67 0.80 0.07
HSL 10.11º 0.84% 0.56% -
HSV(B) 10.11º 0.8% 0.93% -
XYZ 38.23 23.8 5.27 -
YUV 122.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 237 79 47 0 0.67 0.80 0.07 10.11 0.84 0.56
Hex ED 4F 2F 0 43 50 7 A 54 38
Octal 355 117 57 0 103 120 7 12 124 70
Binary 11101101 1001111 101111 0 1000011 1010000 111 1010 1010100 111000

Color Harmonies of #ED4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F2F

Black with #ED4F2F

Text Example


Text Example

White with #ED4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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