Html Css Color HEX #ED330D Scarlet

📋 copy color: '#ED330D'

red 237 ◦ green 51 ◦ blue 13

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

Shades of Scarlet #ED330D

Tints of Scarlet #ED330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 78.74%
G = 16.94%
B = 4.32%

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

#ED330D (or 0xED330D) is known color: Scarlet. HEX triplet: ED, 33 and 0D. RGB value is (237,51,13). Sum of RGB (Red+Green+Blue) = 237+51+13=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED330D is #12CCF2. Grayscale: #666666. Windows color (decimal): -1232115 or 865261. OLE color: 865261.

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

Color convert

RGB 237 51 13 -
CMYK 0 0.78 0.95 0.07
HSL 10.18º 0.9% 0.49% -
HSV(B) 10.18º 0.95% 0.93% -
XYZ 36.18 20.4 2.41 -
YUV 102.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 237 51 13 0 0.78 0.95 0.07 10.18 0.9 0.49
Hex ED 33 D 0 4E 5F 7 A 5A 31
Octal 355 63 15 0 116 137 7 12 132 61
Binary 11101101 110011 1101 0 1001110 1011111 111 1010 1011010 110001

Color Harmonies of #ED330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED330D

Black with #ED330D

Text Example


Text Example

White with #ED330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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