Html Css Color HEX #ED351C Cinnabar

📋 copy color: '#ED351C'

red 237 ◦ green 53 ◦ blue 28

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

Shades of Cinnabar #ED351C

Tints of Cinnabar #ED351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 74.53%
G = 16.67%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED351C (or 0xED351C) is known color: Cinnabar. HEX triplet: ED, 35 and 1C. RGB value is (237,53,28). Sum of RGB (Red+Green+Blue) = 237+53+28=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED351C is #12CAE3. Grayscale: #696969. Windows color (decimal): -1231588 or 1848813. OLE color: 1848813.

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

Color convert

RGB 237 53 28 -
CMYK 0 0.78 0.88 0.07
HSL 7.18º 0.85% 0.52% -
HSV(B) 7.18º 0.88% 0.93% -
XYZ 36.41 20.63 3.16 -
YUV 105.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 237 53 28 0 0.78 0.88 0.07 7.18 0.85 0.52
Hex ED 35 1C 0 4E 58 7 7 55 34
Octal 355 65 34 0 116 130 7 7 125 64
Binary 11101101 110101 11100 0 1001110 1011000 111 111 1010101 110100

Color Harmonies of #ED351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED351C

Black with #ED351C

Text Example


Text Example

White with #ED351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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