Html Css Color HEX #ED3F35 Cinnabar

📋 copy color: '#ED3F35'

red 237 ◦ green 63 ◦ blue 53

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

Shades of Cinnabar #ED3F35

Tints of Cinnabar #ED3F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 67.14%
G = 17.85%
B = 15.01%

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

#ED3F35 (or 0xED3F35) is known color: Cinnabar. HEX triplet: ED, 3F and 35. RGB value is (237,63,53). Sum of RGB (Red+Green+Blue) = 237+63+53=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F35 is #12C0CA. Grayscale: #727272. Windows color (decimal): -1229003 or 3489773. OLE color: 3489773.

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

Color convert

RGB 237 63 53 -
CMYK 0 0.73 0.78 0.07
HSL 3.26º 0.84% 0.57% -
HSV(B) 3.26º 0.78% 0.93% -
XYZ 37.35 21.82 5.61 -
YUV 113.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 237 63 53 0 0.73 0.78 0.07 3.26 0.84 0.57
Hex ED 3F 35 0 49 4E 7 3 54 39
Octal 355 77 65 0 111 116 7 3 124 71
Binary 11101101 111111 110101 0 1001001 1001110 111 11 1010100 111001

Color Harmonies of #ED3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F35

Black with #ED3F35

Text Example


Text Example

White with #ED3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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