Html Css Color HEX #ED3402 Scarlet

📋 copy color: '#ED3402'

red 237 ◦ green 52 ◦ blue 2

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

Shades of Scarlet #ED3402

Tints of Scarlet #ED3402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 81.44%
G = 17.87%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3402 (or 0xED3402) is known color: Scarlet. HEX triplet: ED, 34 and 02. RGB value is (237,52,2). Sum of RGB (Red+Green+Blue) = 237+52+2=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3402 is #12CBFD. Grayscale: #666666. Windows color (decimal): -1231870 or 144621. OLE color: 144621.

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

Color convert

RGB 237 52 2 -
CMYK 0 0.78 0.99 0.07
HSL 12.77º 0.98% 0.47% -
HSV(B) 12.77º 0.99% 0.93% -
XYZ 36.16 20.46 2.1 -
YUV 101.62 71.79 224.57 -
System Red Green Blue C M Y K H S L
Decimal 237 52 2 0 0.78 0.99 0.07 12.77 0.98 0.47
Hex ED 34 2 0 4E 63 7 D 62 2F
Octal 355 64 2 0 116 143 7 15 142 57
Binary 11101101 110100 10 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #ED3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3402

Black with #ED3402

Text Example


Text Example

White with #ED3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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