Html Css Color HEX #ED301E Cinnabar

📋 copy color: '#ED301E'

red 237 ◦ green 48 ◦ blue 30

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

Shades of Cinnabar #ED301E

Tints of Cinnabar #ED301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 75.24%
G = 15.24%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED301E (or 0xED301E) is known color: Cinnabar. HEX triplet: ED, 30 and 1E. RGB value is (237,48,30). Sum of RGB (Red+Green+Blue) = 237+48+30=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED301E is #12CFE1. Grayscale: #666666. Windows color (decimal): -1232866 or 1978605. OLE color: 1978605.

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

Color convert

RGB 237 48 30 -
CMYK 0 0.80 0.87 0.07
HSL 5.22º 0.85% 0.52% -
HSV(B) 5.22º 0.87% 0.93% -
XYZ 36.22 20.21 3.22 -
YUV 102.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 237 48 30 0 0.80 0.87 0.07 5.22 0.85 0.52
Hex ED 30 1E 0 50 57 7 5 55 34
Octal 355 60 36 0 120 127 7 5 125 64
Binary 11101101 110000 11110 0 1010000 1010111 111 101 1010101 110100

Color Harmonies of #ED301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED301E

Black with #ED301E

Text Example


Text Example

White with #ED301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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