Html Css Color HEX #ED352F Cinnabar

📋 copy color: '#ED352F'

red 237 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #ED352F

Tints of Cinnabar #ED352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 70.33%
G = 15.73%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED352F (or 0xED352F) is known color: Cinnabar. HEX triplet: ED, 35 and 2F. RGB value is (237,53,47). Sum of RGB (Red+Green+Blue) = 237+53+47=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED352F is #12CAD0. Grayscale: #6B6B6B. Windows color (decimal): -1231569 or 3093997. OLE color: 3093997.

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

Color convert

RGB 237 53 47 -
CMYK 0 0.78 0.80 0.07
HSL 1.89º 0.84% 0.56% -
HSV(B) 1.89º 0.8% 0.93% -
XYZ 36.71 20.76 4.76 -
YUV 107.33 93.96 220.49 -
System Red Green Blue C M Y K H S L
Decimal 237 53 47 0 0.78 0.80 0.07 1.89 0.84 0.56
Hex ED 35 2F 0 4E 50 7 2 54 38
Octal 355 65 57 0 116 120 7 2 124 70
Binary 11101101 110101 101111 0 1001110 1010000 111 10 1010100 111000

Color Harmonies of #ED352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED352F

Black with #ED352F

Text Example


Text Example

White with #ED352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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