Html Css Color HEX #EF4622 Cinnabar

📋 copy color: '#EF4622'

red 239 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #EF4622

Tints of Cinnabar #EF4622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 69.68%
G = 20.41%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF4622 (or 0xEF4622) is known color: Cinnabar. HEX triplet: EF, 46 and 22. RGB value is (239,70,34). Sum of RGB (Red+Green+Blue) = 239+70+34=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4622 is #10B9DD. Grayscale: #747474. Windows color (decimal): -1096158 or 2246383. OLE color: 2246383.

HSL color Cylindrical-coordinate representation of color #EF4622: hue angle of 10.54º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF4622 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 34 -
CMYK 0 0.71 0.86 0.06
HSL 10.54º 0.86% 0.54% -
HSV(B) 10.54º 0.86% 0.94% -
XYZ 38.08 22.85 3.92 -
YUV 116.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 239 70 34 0 0.71 0.86 0.06 10.54 0.86 0.54
Hex EF 46 22 0 47 56 6 B 56 36
Octal 357 106 42 0 107 126 6 13 126 66
Binary 11101111 1000110 100010 0 1000111 1010110 110 1011 1010110 110110

Color Harmonies of #EF4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4622

Black with #EF4622

Text Example


Text Example

White with #EF4622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4622; }

 p { color: rgb(239,70,34); }

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

background-color css

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

 a { background-color: rgb(239,70,34); }

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

border-color css

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

 span { border-color: rgb(239,70,34); }

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