Html Css Color HEX #ED301A Cinnabar

📋 copy color: '#ED301A'

red 237 ◦ green 48 ◦ blue 26

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

Shades of Cinnabar #ED301A

Tints of Cinnabar #ED301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 76.21%
G = 15.43%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED301A (or 0xED301A) is known color: Cinnabar. HEX triplet: ED, 30 and 1A. RGB value is (237,48,26). Sum of RGB (Red+Green+Blue) = 237+48+26=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED301A is #12CFE5. Grayscale: #666666. Windows color (decimal): -1232870 or 1716461. OLE color: 1716461.

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

Color convert

RGB 237 48 26 -
CMYK 0 0.80 0.89 0.07
HSL 6.26º 0.85% 0.52% -
HSV(B) 6.26º 0.89% 0.93% -
XYZ 36.17 20.19 2.97 -
YUV 102 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 237 48 26 0 0.80 0.89 0.07 6.26 0.85 0.52
Hex ED 30 1A 0 50 59 7 6 55 34
Octal 355 60 32 0 120 131 7 6 125 64
Binary 11101101 110000 11010 0 1010000 1011001 111 110 1010101 110100

Color Harmonies of #ED301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED301A

Black with #ED301A

Text Example


Text Example

White with #ED301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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