Html Css Color HEX #ED413E Cinnabar

📋 copy color: '#ED413E'

red 237 ◦ green 65 ◦ blue 62

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

Shades of Cinnabar #ED413E

Tints of Cinnabar #ED413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 65.11%
G = 17.86%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED413E (or 0xED413E) is known color: Cinnabar. HEX triplet: ED, 41 and 3E. RGB value is (237,65,62). Sum of RGB (Red+Green+Blue) = 237+65+62=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED413E is #12BEC1. Grayscale: #747474. Windows color (decimal): -1228482 or 4080109. OLE color: 4080109.

HSL color Cylindrical-coordinate representation of color #ED413E: hue angle of 1.03º 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 #ED413E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 65 62 -
CMYK 0 0.73 0.74 0.07
HSL 1.03º 0.83% 0.59% -
HSV(B) 1.03º 0.74% 0.93% -
XYZ 37.68 22.13 6.84 -
YUV 116.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 237 65 62 0 0.73 0.74 0.07 1.03 0.83 0.59
Hex ED 41 3E 0 49 4A 7 1 53 3B
Octal 355 101 76 0 111 112 7 1 123 73
Binary 11101101 1000001 111110 0 1001001 1001010 111 1 1010011 111011

Color Harmonies of #ED413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED413E

Black with #ED413E

Text Example


Text Example

White with #ED413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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