Html Css Color HEX #ED3F1E Cinnabar

📋 copy color: '#ED3F1E'

red 237 ◦ green 63 ◦ blue 30

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

Shades of Cinnabar #ED3F1E

Tints of Cinnabar #ED3F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

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

R = 71.82%
G = 19.09%
B = 9.09%

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

#ED3F1E (or 0xED3F1E) is known color: Cinnabar. HEX triplet: ED, 3F and 1E. RGB value is (237,63,30). Sum of RGB (Red+Green+Blue) = 237+63+30=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F1E is #12C0E1. Grayscale: #6F6F6F. Windows color (decimal): -1229026 or 1982445. OLE color: 1982445.

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

Color convert

RGB 237 63 30 -
CMYK 0 0.73 0.87 0.07
HSL 9.57º 0.85% 0.52% -
HSV(B) 9.57º 0.87% 0.93% -
XYZ 36.94 21.65 3.46 -
YUV 111.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 237 63 30 0 0.73 0.87 0.07 9.57 0.85 0.52
Hex ED 3F 1E 0 49 57 7 A 55 34
Octal 355 77 36 0 111 127 7 12 125 64
Binary 11101101 111111 11110 0 1001001 1010111 111 1010 1010101 110100

Color Harmonies of #ED3F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F1E

Black with #ED3F1E

Text Example


Text Example

White with #ED3F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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