Html Css Color HEX #EF401A Cinnabar

📋 copy color: '#EF401A'

red 239 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #EF401A

Tints of Cinnabar #EF401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 72.64%
G = 19.45%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF401A (or 0xEF401A) is known color: Cinnabar. HEX triplet: EF, 40 and 1A. RGB value is (239,64,26). Sum of RGB (Red+Green+Blue) = 239+64+26=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF401A is #10BFE5. Grayscale: #707070. Windows color (decimal): -1097702 or 1720559. OLE color: 1720559.

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

Color convert

RGB 239 64 26 -
CMYK 0 0.73 0.89 0.06
HSL 10.7º 0.87% 0.52% -
HSV(B) 10.7º 0.89% 0.94% -
XYZ 37.62 22.09 3.26 -
YUV 111.99 79.48 218.59 -
System Red Green Blue C M Y K H S L
Decimal 239 64 26 0 0.73 0.89 0.06 10.7 0.87 0.52
Hex EF 40 1A 0 49 59 6 B 57 34
Octal 357 100 32 0 111 131 6 13 127 64
Binary 11101111 1000000 11010 0 1001001 1011001 110 1011 1010111 110100

Color Harmonies of #EF401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF401A

Black with #EF401A

Text Example


Text Example

White with #EF401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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