Html Css Color HEX #EF461C Cinnabar

📋 copy color: '#EF461C'

red 239 ◦ green 70 ◦ blue 28

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

Shades of Cinnabar #EF461C

Tints of Cinnabar #EF461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 70.92%
G = 20.77%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF461C (or 0xEF461C) is known color: Cinnabar. HEX triplet: EF, 46 and 1C. RGB value is (239,70,28). Sum of RGB (Red+Green+Blue) = 239+70+28=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF461C is #10B9E3. Grayscale: #747474. Windows color (decimal): -1096164 or 1853167. OLE color: 1853167.

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

Color convert

RGB 239 70 28 -
CMYK 0 0.71 0.88 0.06
HSL 11.94º 0.87% 0.52% -
HSV(B) 11.94º 0.88% 0.94% -
XYZ 38 22.81 3.5 -
YUV 115.74 78.49 215.92 -
System Red Green Blue C M Y K H S L
Decimal 239 70 28 0 0.71 0.88 0.06 11.94 0.87 0.52
Hex EF 46 1C 0 47 58 6 C 57 34
Octal 357 106 34 0 107 130 6 14 127 64
Binary 11101111 1000110 11100 0 1000111 1011000 110 1100 1010111 110100

Color Harmonies of #EF461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF461C

Black with #EF461C

Text Example


Text Example

White with #EF461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF461C; }

 p { color: rgb(239,70,28); }

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

background-color css

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

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

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

border-color css

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

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

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