Html Css Color HEX #ED413F Cinnabar

📋 copy color: '#ED413F'

red 237 ◦ green 65 ◦ blue 63

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

Shades of Cinnabar #ED413F

Tints of Cinnabar #ED413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 64.93%
G = 17.81%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED413F (or 0xED413F) is known color: Cinnabar. HEX triplet: ED, 41 and 3F. RGB value is (237,65,63). Sum of RGB (Red+Green+Blue) = 237+65+63=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED413F is #12BEC0. Grayscale: #747474. Windows color (decimal): -1228481 or 4145645. OLE color: 4145645.

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

Color convert

RGB 237 65 63 -
CMYK 0 0.73 0.73 0.07
HSL 0.69º 0.83% 0.59% -
HSV(B) 0.69º 0.73% 0.93% -
XYZ 37.71 22.14 6.99 -
YUV 116.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 237 65 63 0 0.73 0.73 0.07 0.69 0.83 0.59
Hex ED 41 3F 0 49 49 7 1 53 3B
Octal 355 101 77 0 111 111 7 1 123 73
Binary 11101101 1000001 111111 0 1001001 1001001 111 1 1010011 111011

Color Harmonies of #ED413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED413F

Black with #ED413F

Text Example


Text Example

White with #ED413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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