Html Css Color HEX #EF4F2D Cinnabar

📋 copy color: '#EF4F2D'

red 239 ◦ green 79 ◦ blue 45

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

Shades of Cinnabar #EF4F2D

Tints of Cinnabar #EF4F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 65.84%
G = 21.76%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF4F2D (or 0xEF4F2D) is known color: Cinnabar. HEX triplet: EF, 4F and 2D. RGB value is (239,79,45). Sum of RGB (Red+Green+Blue) = 239+79+45=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4F2D is #10B0D2. Grayscale: #7B7B7B. Windows color (decimal): -1093843 or 2969583. OLE color: 2969583.

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

Color convert

RGB 239 79 45 -
CMYK 0 0.67 0.81 0.06
HSL 10.52º 0.86% 0.56% -
HSV(B) 10.52º 0.81% 0.94% -
XYZ 38.87 24.13 5.09 -
YUV 122.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 239 79 45 0 0.67 0.81 0.06 10.52 0.86 0.56
Hex EF 4F 2D 0 43 51 6 B 56 38
Octal 357 117 55 0 103 121 6 13 126 70
Binary 11101111 1001111 101101 0 1000011 1010001 110 1011 1010110 111000

Color Harmonies of #EF4F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F2D

Black with #EF4F2D

Text Example


Text Example

White with #EF4F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F2D; }

 p { color: rgb(239,79,45); }

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

background-color css

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

 a { background-color: rgb(239,79,45); }

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

border-color css

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

 span { border-color: rgb(239,79,45); }

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