Html Css Color HEX #ED412D Cinnabar

📋 copy color: '#ED412D'

red 237 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #ED412D

Tints of Cinnabar #ED412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 68.3%
G = 18.73%
B = 12.97%

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

#ED412D (or 0xED412D) is known color: Cinnabar. HEX triplet: ED, 41 and 2D. RGB value is (237,65,45). Sum of RGB (Red+Green+Blue) = 237+65+45=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED412D is #12BED2. Grayscale: #727272. Windows color (decimal): -1228499 or 2965997. OLE color: 2965997.

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

Color convert

RGB 237 65 45 -
CMYK 0 0.73 0.81 0.07
HSL 6.25º 0.84% 0.55% -
HSV(B) 6.25º 0.81% 0.93% -
XYZ 37.29 21.97 4.76 -
YUV 114.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 237 65 45 0 0.73 0.81 0.07 6.25 0.84 0.55
Hex ED 41 2D 0 49 51 7 6 54 37
Octal 355 101 55 0 111 121 7 6 124 67
Binary 11101101 1000001 101101 0 1001001 1010001 111 110 1010100 110111

Color Harmonies of #ED412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED412D

Black with #ED412D

Text Example


Text Example

White with #ED412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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