Html Css Color HEX #ED330A Scarlet

📋 copy color: '#ED330A'

red 237 ◦ green 51 ◦ blue 10

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

Shades of Scarlet #ED330A

Tints of Scarlet #ED330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 79.53%
G = 17.11%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED330A (or 0xED330A) is known color: Scarlet. HEX triplet: ED, 33 and 0A. RGB value is (237,51,10). Sum of RGB (Red+Green+Blue) = 237+51+10=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED330A is #12CCF5. Grayscale: #666666. Windows color (decimal): -1232118 or 668653. OLE color: 668653.

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

Color convert

RGB 237 51 10 -
CMYK 0 0.78 0.96 0.07
HSL 10.84º 0.92% 0.48% -
HSV(B) 10.84º 0.96% 0.93% -
XYZ 36.16 20.39 2.32 -
YUV 101.94 76.12 224.33 -
System Red Green Blue C M Y K H S L
Decimal 237 51 10 0 0.78 0.96 0.07 10.84 0.92 0.48
Hex ED 33 A 0 4E 60 7 B 5C 30
Octal 355 63 12 0 116 140 7 13 134 60
Binary 11101101 110011 1010 0 1001110 1100000 111 1011 1011100 110000

Color Harmonies of #ED330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED330A

Black with #ED330A

Text Example


Text Example

White with #ED330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED330A; }

 p { color: rgb(237,51,10); }

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

background-color css

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

 a { background-color: rgb(237,51,10); }

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

border-color css

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

 span { border-color: rgb(237,51,10); }

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