Html Css Color HEX #ED3F34 Cinnabar

📋 copy color: '#ED3F34'

red 237 ◦ green 63 ◦ blue 52

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

Shades of Cinnabar #ED3F34

Tints of Cinnabar #ED3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

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

R = 67.33%
G = 17.9%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3F34 (or 0xED3F34) is known color: Cinnabar. HEX triplet: ED, 3F and 34. RGB value is (237,63,52). Sum of RGB (Red+Green+Blue) = 237+63+52=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F34 is #12C0CB. Grayscale: #717171. Windows color (decimal): -1229004 or 3424237. OLE color: 3424237.

HSL color Cylindrical-coordinate representation of color #ED3F34: hue angle of 3.57º 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 #ED3F34 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 63 52 -
CMYK 0 0.73 0.78 0.07
HSL 3.57º 0.84% 0.57% -
HSV(B) 3.57º 0.78% 0.93% -
XYZ 37.32 21.81 5.49 -
YUV 113.77 93.15 215.89 -
System Red Green Blue C M Y K H S L
Decimal 237 63 52 0 0.73 0.78 0.07 3.57 0.84 0.57
Hex ED 3F 34 0 49 4E 7 4 54 39
Octal 355 77 64 0 111 116 7 4 124 71
Binary 11101101 111111 110100 0 1001001 1001110 111 100 1010100 111001

Color Harmonies of #ED3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F34

Black with #ED3F34

Text Example


Text Example

White with #ED3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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