Html Css Color HEX #EF413A Cinnabar

📋 copy color: '#EF413A'

red 239 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #EF413A

Tints of Cinnabar #EF413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 66.02%
G = 17.96%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF413A (or 0xEF413A) is known color: Cinnabar. HEX triplet: EF, 41 and 3A. RGB value is (239,65,58). Sum of RGB (Red+Green+Blue) = 239+65+58=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF413A is #10BEC5. Grayscale: #747474. Windows color (decimal): -1097414 or 3817967. OLE color: 3817967.

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

Color convert

RGB 239 65 58 -
CMYK 0 0.73 0.76 0.06
HSL 2.32º 0.85% 0.58% -
HSV(B) 2.32º 0.76% 0.94% -
XYZ 38.25 22.44 6.32 -
YUV 116.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 239 65 58 0 0.73 0.76 0.06 2.32 0.85 0.58
Hex EF 41 3A 0 49 4C 6 2 55 3A
Octal 357 101 72 0 111 114 6 2 125 72
Binary 11101111 1000001 111010 0 1001001 1001100 110 10 1010101 111010

Color Harmonies of #EF413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF413A

Black with #EF413A

Text Example


Text Example

White with #EF413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF413A; }

 p { color: rgb(239,65,58); }

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

background-color css

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

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

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

border-color css

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

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

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