Html Css Color HEX #EF0630 Torch Red

📋 copy color: '#EF0630'

red 239 ◦ green 6 ◦ blue 48

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

Shades of Torch Red #EF0630

Tints of Torch Red #EF0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 81.57%
G = 2.05%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF0630 (or 0xEF0630) is known color: Torch Red. HEX triplet: EF, 06 and 30. RGB value is (239,6,48). Sum of RGB (Red+Green+Blue) = 239+6+48=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0630 is #10F9CF. Grayscale: #505050. Windows color (decimal): -1112528 or 3147503. OLE color: 3147503.

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

Color convert

RGB 239 6 48 -
CMYK 0 0.97 0.80 0.06
HSL 349.18º 0.95% 0.48% -
HSV(B) 349.18º 0.97% 0.94% -
XYZ 36.2 18.69 4.5 -
YUV 80.46 109.69 241.08 -
System Red Green Blue C M Y K H S L
Decimal 239 6 48 0 0.97 0.80 0.06 349.18 0.95 0.48
Hex EF 6 30 0 61 50 6 15D 5F 30
Octal 357 6 60 0 141 120 6 535 137 60
Binary 11101111 110 110000 0 1100001 1010000 110 101011101 1011111 110000

Color Harmonies of #EF0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0630

Black with #EF0630

Text Example


Text Example

White with #EF0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0630; }

 p { color: rgb(239,6,48); }

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

background-color css

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

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

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

border-color css

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

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

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