Html Css Color HEX #EF481B Cinnabar

📋 copy color: '#EF481B'

red 239 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #EF481B

Tints of Cinnabar #EF481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 70.71%
G = 21.3%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF481B (or 0xEF481B) is known color: Cinnabar. HEX triplet: EF, 48 and 1B. RGB value is (239,72,27). Sum of RGB (Red+Green+Blue) = 239+72+27=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF481B is #10B7E4. Grayscale: #757575. Windows color (decimal): -1095653 or 1788143. OLE color: 1788143.

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

Color convert

RGB 239 72 27 -
CMYK 0 0.70 0.89 0.06
HSL 12.74º 0.87% 0.52% -
HSV(B) 12.74º 0.89% 0.94% -
XYZ 38.11 23.06 3.48 -
YUV 116.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 239 72 27 0 0.70 0.89 0.06 12.74 0.87 0.52
Hex EF 48 1B 0 46 59 6 D 57 34
Octal 357 110 33 0 106 131 6 15 127 64
Binary 11101111 1001000 11011 0 1000110 1011001 110 1101 1010111 110100

Color Harmonies of #EF481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF481B

Black with #EF481B

Text Example


Text Example

White with #EF481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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