Html Css Color HEX #EF2D2D Red Orange

📋 copy color: '#EF2D2D'

red 239 ◦ green 45 ◦ blue 45

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

Shades of Red Orange #EF2D2D

Tints of Red Orange #EF2D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 72.64%
G = 13.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF2D2D (or 0xEF2D2D) is known color: Red Orange. HEX triplet: EF, 2D and 2D. RGB value is (239,45,45). Sum of RGB (Red+Green+Blue) = 239+45+45=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D2D is #10D2D2. Grayscale: #676767. Windows color (decimal): -1102547 or 2960879. OLE color: 2960879.

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

Color convert

RGB 239 45 45 -
CMYK 0 0.81 0.81 0.06
HSL 0.86% 0.56% -
HSV(B) 0.81% 0.94% -
XYZ 37.01 20.42 4.47 -
YUV 103.01 95.27 225 -
System Red Green Blue C M Y K H S L
Decimal 239 45 45 0 0.81 0.81 0.06 0 0.86 0.56
Hex EF 2D 2D 0 51 51 6 0 56 38
Octal 357 55 55 0 121 121 6 0 126 70
Binary 11101111 101101 101101 0 1010001 1010001 110 0 1010110 111000

Color Harmonies of #EF2D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D2D

Black with #EF2D2D

Text Example


Text Example

White with #EF2D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D2D; }

 p { color: rgb(239,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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