Html Css Color HEX #EF2C1D Red Orange

📋 copy color: '#EF2C1D'

red 239 ◦ green 44 ◦ blue 29

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

Shades of Red Orange #EF2C1D

Tints of Red Orange #EF2C1D

RGB

 RED value IS 239 (93.75% from 255) = 76.6%

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 76.6%
G = 14.1%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF2C1D (or 0xEF2C1D) is known color: Red Orange. HEX triplet: EF, 2C and 1D. RGB value is (239,44,29). Sum of RGB (Red+Green+Blue) = 239+44+29=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C1D is #10D3E2. Grayscale: #646464. Windows color (decimal): -1102819 or 1912047. OLE color: 1912047.

HSL color Cylindrical-coordinate representation of color #EF2C1D: hue angle of 4.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF2C1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 44 29 -
CMYK 0 0.82 0.88 0.06
HSL 4.29º 0.87% 0.53% -
HSV(B) 4.29º 0.88% 0.94% -
XYZ 36.72 20.24 3.13 -
YUV 100.6 87.6 226.72 -
System Red Green Blue C M Y K H S L
Decimal 239 44 29 0 0.82 0.88 0.06 4.29 0.87 0.53
Hex EF 2C 1D 0 52 58 6 4 57 35
Octal 357 54 35 0 122 130 6 4 127 65
Binary 11101111 101100 11101 0 1010010 1011000 110 100 1010111 110101

Color Harmonies of #EF2C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C1D

Black with #EF2C1D

Text Example


Text Example

White with #EF2C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C1D; }

 p { color: rgb(239,44,29); }

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

background-color css

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

 a { background-color: rgb(239,44,29); }

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

border-color css

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

 span { border-color: rgb(239,44,29); }

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