Html Css Color HEX #ED430B Orange Red

📋 copy color: '#ED430B'

red 237 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #ED430B

Tints of Orange Red #ED430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 75.24%
G = 21.27%
B = 3.49%

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

#ED430B (or 0xED430B) is known color: Orange Red. HEX triplet: ED, 43 and 0B. RGB value is (237,67,11). Sum of RGB (Red+Green+Blue) = 237+67+11=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED430B is #12BCF4. Grayscale: #6F6F6F. Windows color (decimal): -1228021 or 738285. OLE color: 738285.

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

Color convert

RGB 237 67 11 -
CMYK 0 0.72 0.95 0.07
HSL 14.87º 0.91% 0.49% -
HSV(B) 14.87º 0.95% 0.93% -
XYZ 36.99 22.04 2.62 -
YUV 111.45 71.32 217.55 -
System Red Green Blue C M Y K H S L
Decimal 237 67 11 0 0.72 0.95 0.07 14.87 0.91 0.49
Hex ED 43 B 0 48 5F 7 F 5B 31
Octal 355 103 13 0 110 137 7 17 133 61
Binary 11101101 1000011 1011 0 1001000 1011111 111 1111 1011011 110001

Color Harmonies of #ED430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED430B

Black with #ED430B

Text Example


Text Example

White with #ED430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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