Html Css Color HEX #ED401A Cinnabar

📋 copy color: '#ED401A'

red 237 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #ED401A

Tints of Cinnabar #ED401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 72.48%
G = 19.57%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED401A (or 0xED401A) is known color: Cinnabar. HEX triplet: ED, 40 and 1A. RGB value is (237,64,26). Sum of RGB (Red+Green+Blue) = 237+64+26=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED401A is #12BFE5. Grayscale: #6F6F6F. Windows color (decimal): -1228774 or 1720557. OLE color: 1720557.

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

Color convert

RGB 237 64 26 -
CMYK 0 0.73 0.89 0.07
HSL 10.81º 0.85% 0.52% -
HSV(B) 10.81º 0.89% 0.93% -
XYZ 36.94 21.75 3.23 -
YUV 111.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 237 64 26 0 0.73 0.89 0.07 10.81 0.85 0.52
Hex ED 40 1A 0 49 59 7 B 55 34
Octal 355 100 32 0 111 131 7 13 125 64
Binary 11101101 1000000 11010 0 1001001 1011001 111 1011 1010101 110100

Color Harmonies of #ED401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED401A

Black with #ED401A

Text Example


Text Example

White with #ED401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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