Html Css Color HEX #ED340C Scarlet

📋 copy color: '#ED340C'

red 237 ◦ green 52 ◦ blue 12

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

Shades of Scarlet #ED340C

Tints of Scarlet #ED340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 78.74%
G = 17.28%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED340C (or 0xED340C) is known color: Scarlet. HEX triplet: ED, 34 and 0C. RGB value is (237,52,12). Sum of RGB (Red+Green+Blue) = 237+52+12=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED340C is #12CBF3. Grayscale: #676767. Windows color (decimal): -1231860 or 799981. OLE color: 799981.

HSL color Cylindrical-coordinate representation of color #ED340C: hue angle of 10.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED340C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 52 12 -
CMYK 0 0.78 0.95 0.07
HSL 10.67º 0.9% 0.49% -
HSV(B) 10.67º 0.95% 0.93% -
XYZ 36.22 20.49 2.39 -
YUV 102.76 76.79 223.75 -
System Red Green Blue C M Y K H S L
Decimal 237 52 12 0 0.78 0.95 0.07 10.67 0.9 0.49
Hex ED 34 C 0 4E 5F 7 B 5A 31
Octal 355 64 14 0 116 137 7 13 132 61
Binary 11101101 110100 1100 0 1001110 1011111 111 1011 1011010 110001

Color Harmonies of #ED340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED340C

Black with #ED340C

Text Example


Text Example

White with #ED340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED340C; }

 p { color: rgb(237,52,12); }

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

background-color css

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

 a { background-color: rgb(237,52,12); }

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

border-color css

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

 span { border-color: rgb(237,52,12); }

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