Html Css Color HEX #ED352A Cinnabar

📋 copy color: '#ED352A'

red 237 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #ED352A

Tints of Cinnabar #ED352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 71.39%
G = 15.96%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED352A (or 0xED352A) is known color: Cinnabar. HEX triplet: ED, 35 and 2A. RGB value is (237,53,42). Sum of RGB (Red+Green+Blue) = 237+53+42=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED352A is #12CAD5. Grayscale: #6A6A6A. Windows color (decimal): -1231574 or 2766317. OLE color: 2766317.

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

Color convert

RGB 237 53 42 -
CMYK 0 0.78 0.82 0.07
HSL 3.38º 0.84% 0.55% -
HSV(B) 3.38º 0.82% 0.93% -
XYZ 36.62 20.72 4.26 -
YUV 106.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 237 53 42 0 0.78 0.82 0.07 3.38 0.84 0.55
Hex ED 35 2A 0 4E 52 7 3 54 37
Octal 355 65 52 0 116 122 7 3 124 67
Binary 11101101 110101 101010 0 1001110 1010010 111 11 1010100 110111

Color Harmonies of #ED352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED352A

Black with #ED352A

Text Example


Text Example

White with #ED352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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