Html Css Color HEX #ED430D Orange Red

📋 copy color: '#ED430D'

red 237 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #ED430D

Tints of Orange Red #ED430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 74.76%
G = 21.14%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED430D (or 0xED430D) is known color: Orange Red. HEX triplet: ED, 43 and 0D. RGB value is (237,67,13). Sum of RGB (Red+Green+Blue) = 237+67+13=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED430D is #12BCF2. Grayscale: #707070. Windows color (decimal): -1228019 or 869357. OLE color: 869357.

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

Color convert

RGB 237 67 13 -
CMYK 0 0.72 0.95 0.07
HSL 14.46º 0.9% 0.49% -
HSV(B) 14.46º 0.95% 0.93% -
XYZ 37 22.05 2.69 -
YUV 111.67 72.32 217.39 -
System Red Green Blue C M Y K H S L
Decimal 237 67 13 0 0.72 0.95 0.07 14.46 0.9 0.49
Hex ED 43 D 0 48 5F 7 E 5A 31
Octal 355 103 15 0 110 137 7 16 132 61
Binary 11101101 1000011 1101 0 1001000 1011111 111 1110 1011010 110001

Color Harmonies of #ED430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED430D

Black with #ED430D

Text Example


Text Example

White with #ED430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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