Html Css Color HEX #EF412E Cinnabar

📋 copy color: '#EF412E'

red 239 ◦ green 65 ◦ blue 46

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

Shades of Cinnabar #EF412E

Tints of Cinnabar #EF412E

RGB

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

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

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

R = 68.29%
G = 18.57%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF412E (or 0xEF412E) is known color: Cinnabar. HEX triplet: EF, 41 and 2E. RGB value is (239,65,46). Sum of RGB (Red+Green+Blue) = 239+65+46=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF412E is #10BED1. Grayscale: #737373. Windows color (decimal): -1097426 or 3031535. OLE color: 3031535.

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

Color convert

RGB 239 65 46 -
CMYK 0 0.73 0.81 0.06
HSL 5.91º 0.86% 0.56% -
HSV(B) 5.91º 0.81% 0.94% -
XYZ 37.98 22.33 4.89 -
YUV 114.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 239 65 46 0 0.73 0.81 0.06 5.91 0.86 0.56
Hex EF 41 2E 0 49 51 6 6 56 38
Octal 357 101 56 0 111 121 6 6 126 70
Binary 11101111 1000001 101110 0 1001001 1010001 110 110 1010110 111000

Color Harmonies of #EF412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF412E

Black with #EF412E

Text Example


Text Example

White with #EF412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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