Html Css Color HEX #ED4A3E Cinnabar

📋 copy color: '#ED4A3E'

red 237 ◦ green 74 ◦ blue 62

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

Shades of Cinnabar #ED4A3E

Tints of Cinnabar #ED4A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 62 (24.61% from 255) = 16.62%

R = 63.54%
G = 19.84%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED4A3E (or 0xED4A3E) is known color: Cinnabar. HEX triplet: ED, 4A and 3E. RGB value is (237,74,62). Sum of RGB (Red+Green+Blue) = 237+74+62=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A3E is #12B5C1. Grayscale: #797979. Windows color (decimal): -1226178 or 4082413. OLE color: 4082413.

HSL color Cylindrical-coordinate representation of color #ED4A3E: hue angle of 4.11º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED4A3E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 62 -
CMYK 0 0.69 0.74 0.07
HSL 4.11º 0.83% 0.59% -
HSV(B) 4.11º 0.74% 0.93% -
XYZ 38.24 23.25 7.03 -
YUV 121.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 237 74 62 0 0.69 0.74 0.07 4.11 0.83 0.59
Hex ED 4A 3E 0 45 4A 7 4 53 3B
Octal 355 112 76 0 105 112 7 4 123 73
Binary 11101101 1001010 111110 0 1000101 1001010 111 100 1010011 111011

Color Harmonies of #ED4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A3E

Black with #ED4A3E

Text Example


Text Example

White with #ED4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A3E; }

 p { color: rgb(237,74,62); }

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

background-color css

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

 a { background-color: rgb(237,74,62); }

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

border-color css

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

 span { border-color: rgb(237,74,62); }

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