Html Css Color HEX #ED413C Cinnabar

📋 copy color: '#ED413C'

red 237 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #ED413C

Tints of Cinnabar #ED413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 65.47%
G = 17.96%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED413C (or 0xED413C) is known color: Cinnabar. HEX triplet: ED, 41 and 3C. RGB value is (237,65,60). Sum of RGB (Red+Green+Blue) = 237+65+60=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED413C is #12BEC3. Grayscale: #747474. Windows color (decimal): -1228484 or 3949037. OLE color: 3949037.

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

Color convert

RGB 237 65 60 -
CMYK 0 0.73 0.75 0.07
HSL 1.69º 0.83% 0.58% -
HSV(B) 1.69º 0.75% 0.93% -
XYZ 37.63 22.11 6.56 -
YUV 115.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 237 65 60 0 0.73 0.75 0.07 1.69 0.83 0.58
Hex ED 41 3C 0 49 4B 7 2 53 3A
Octal 355 101 74 0 111 113 7 2 123 72
Binary 11101101 1000001 111100 0 1001001 1001011 111 10 1010011 111010

Color Harmonies of #ED413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED413C

Black with #ED413C

Text Example


Text Example

White with #ED413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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