Html Css Color HEX #ED4A3D Cinnabar

📋 copy color: '#ED4A3D'

red 237 ◦ green 74 ◦ blue 61

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

Shades of Cinnabar #ED4A3D

Tints of Cinnabar #ED4A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 63.71%
G = 19.89%
B = 16.4%

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

#ED4A3D (or 0xED4A3D) is known color: Cinnabar. HEX triplet: ED, 4A and 3D. RGB value is (237,74,61). Sum of RGB (Red+Green+Blue) = 237+74+61=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A3D is #12B5C2. Grayscale: #797979. Windows color (decimal): -1226179 or 4016877. OLE color: 4016877.

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

Color convert

RGB 237 74 61 -
CMYK 0 0.69 0.74 0.07
HSL 4.43º 0.83% 0.58% -
HSV(B) 4.43º 0.74% 0.93% -
XYZ 38.22 23.24 6.89 -
YUV 121.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 237 74 61 0 0.69 0.74 0.07 4.43 0.83 0.58
Hex ED 4A 3D 0 45 4A 7 4 53 3A
Octal 355 112 75 0 105 112 7 4 123 72
Binary 11101101 1001010 111101 0 1000101 1001010 111 100 1010011 111010

Color Harmonies of #ED4A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A3D

Black with #ED4A3D

Text Example


Text Example

White with #ED4A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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