Html Css Color HEX #EF402D Cinnabar

📋 copy color: '#EF402D'

red 239 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #EF402D

Tints of Cinnabar #EF402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 68.68%
G = 18.39%
B = 12.93%

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

#EF402D (or 0xEF402D) is known color: Cinnabar. HEX triplet: EF, 40 and 2D. RGB value is (239,64,45). Sum of RGB (Red+Green+Blue) = 239+64+45=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF402D is #10BFD2. Grayscale: #727272. Windows color (decimal): -1097683 or 2965743. OLE color: 2965743.

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

Color convert

RGB 239 64 45 -
CMYK 0 0.73 0.81 0.06
HSL 5.88º 0.86% 0.56% -
HSV(B) 5.88º 0.81% 0.94% -
XYZ 37.9 22.21 4.77 -
YUV 114.16 88.98 217.04 -
System Red Green Blue C M Y K H S L
Decimal 239 64 45 0 0.73 0.81 0.06 5.88 0.86 0.56
Hex EF 40 2D 0 49 51 6 6 56 38
Octal 357 100 55 0 111 121 6 6 126 70
Binary 11101111 1000000 101101 0 1001001 1010001 110 110 1010110 111000

Color Harmonies of #EF402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF402D

Black with #EF402D

Text Example


Text Example

White with #EF402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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