Html Css Color HEX #ED401F Cinnabar

📋 copy color: '#ED401F'

red 237 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #ED401F

Tints of Cinnabar #ED401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 71.39%
G = 19.28%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED401F (or 0xED401F) is known color: Cinnabar. HEX triplet: ED, 40 and 1F. RGB value is (237,64,31). Sum of RGB (Red+Green+Blue) = 237+64+31=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED401F is #12BFE0. Grayscale: #707070. Windows color (decimal): -1228769 or 2048237. OLE color: 2048237.

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

Color convert

RGB 237 64 31 -
CMYK 0 0.73 0.87 0.07
HSL 9.61º 0.85% 0.53% -
HSV(B) 9.61º 0.87% 0.93% -
XYZ 37.01 21.77 3.55 -
YUV 111.97 82.31 217.18 -
System Red Green Blue C M Y K H S L
Decimal 237 64 31 0 0.73 0.87 0.07 9.61 0.85 0.53
Hex ED 40 1F 0 49 57 7 A 55 35
Octal 355 100 37 0 111 127 7 12 125 65
Binary 11101101 1000000 11111 0 1001001 1010111 111 1010 1010101 110101

Color Harmonies of #ED401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED401F

Black with #ED401F

Text Example


Text Example

White with #ED401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED401F; }

 p { color: rgb(237,64,31); }

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

background-color css

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

 a { background-color: rgb(237,64,31); }

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

border-color css

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

 span { border-color: rgb(237,64,31); }

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