Html Css Color HEX #ED412C Cinnabar

📋 copy color: '#ED412C'

red 237 ◦ green 65 ◦ blue 44

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

Shades of Cinnabar #ED412C

Tints of Cinnabar #ED412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 68.5%
G = 18.79%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED412C (or 0xED412C) is known color: Cinnabar. HEX triplet: ED, 41 and 2C. RGB value is (237,65,44). Sum of RGB (Red+Green+Blue) = 237+65+44=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED412C is #12BED3. Grayscale: #727272. Windows color (decimal): -1228500 or 2900461. OLE color: 2900461.

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

Color convert

RGB 237 65 44 -
CMYK 0 0.73 0.81 0.07
HSL 6.53º 0.84% 0.55% -
HSV(B) 6.53º 0.81% 0.93% -
XYZ 37.27 21.97 4.66 -
YUV 114.03 88.48 215.71 -
System Red Green Blue C M Y K H S L
Decimal 237 65 44 0 0.73 0.81 0.07 6.53 0.84 0.55
Hex ED 41 2C 0 49 51 7 7 54 37
Octal 355 101 54 0 111 121 7 7 124 67
Binary 11101101 1000001 101100 0 1001001 1010001 111 111 1010100 110111

Color Harmonies of #ED412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED412C

Black with #ED412C

Text Example


Text Example

White with #ED412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED412C; }

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

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

background-color css

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

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

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

border-color css

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

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

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