Html Css Color HEX #ED4C30 Cinnabar

📋 copy color: '#ED4C30'

red 237 ◦ green 76 ◦ blue 48

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

Shades of Cinnabar #ED4C30

Tints of Cinnabar #ED4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 65.65%
G = 21.05%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED4C30 (or 0xED4C30) is known color: Cinnabar. HEX triplet: ED, 4C and 30. RGB value is (237,76,48). Sum of RGB (Red+Green+Blue) = 237+76+48=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C30 is #12B3CF. Grayscale: #797979. Windows color (decimal): -1225680 or 3165421. OLE color: 3165421.

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

Color convert

RGB 237 76 48 -
CMYK 0 0.68 0.80 0.07
HSL 8.89º 0.84% 0.56% -
HSV(B) 8.89º 0.8% 0.93% -
XYZ 38.04 23.39 5.31 -
YUV 120.95 86.84 210.78 -
System Red Green Blue C M Y K H S L
Decimal 237 76 48 0 0.68 0.80 0.07 8.89 0.84 0.56
Hex ED 4C 30 0 44 50 7 9 54 38
Octal 355 114 60 0 104 120 7 11 124 70
Binary 11101101 1001100 110000 0 1000100 1010000 111 1001 1010100 111000

Color Harmonies of #ED4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4C30

Black with #ED4C30

Text Example


Text Example

White with #ED4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4C30; }

 p { color: rgb(237,76,48); }

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

background-color css

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

 a { background-color: rgb(237,76,48); }

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

border-color css

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

 span { border-color: rgb(237,76,48); }

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