Html Css Color HEX #EF482E Cinnabar

📋 copy color: '#EF482E'

red 239 ◦ green 72 ◦ blue 46

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

Shades of Cinnabar #EF482E

Tints of Cinnabar #EF482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 66.95%
G = 20.17%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF482E (or 0xEF482E) is known color: Cinnabar. HEX triplet: EF, 48 and 2E. RGB value is (239,72,46). Sum of RGB (Red+Green+Blue) = 239+72+46=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF482E is #10B7D1. Grayscale: #777777. Windows color (decimal): -1095634 or 3033327. OLE color: 3033327.

HSL color Cylindrical-coordinate representation of color #EF482E: hue angle of 8.08º 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 #EF482E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 46 -
CMYK 0 0.70 0.81 0.06
HSL 8.08º 0.86% 0.56% -
HSV(B) 8.08º 0.81% 0.94% -
XYZ 38.41 23.18 5.04 -
YUV 118.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 239 72 46 0 0.70 0.81 0.06 8.08 0.86 0.56
Hex EF 48 2E 0 46 51 6 8 56 38
Octal 357 110 56 0 106 121 6 10 126 70
Binary 11101111 1001000 101110 0 1000110 1010001 110 1000 1010110 111000

Color Harmonies of #EF482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF482E

Black with #EF482E

Text Example


Text Example

White with #EF482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF482E; }

 p { color: rgb(239,72,46); }

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

background-color css

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

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

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

border-color css

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

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

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