Html Css Color HEX #EF4429 Cinnabar

📋 copy color: '#EF4429'

red 239 ◦ green 68 ◦ blue 41

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

Shades of Cinnabar #EF4429

Tints of Cinnabar #EF4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 68.68%
G = 19.54%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF4429 (or 0xEF4429) is known color: Cinnabar. HEX triplet: EF, 44 and 29. RGB value is (239,68,41). Sum of RGB (Red+Green+Blue) = 239+68+41=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4429 is #10BBD6. Grayscale: #747474. Windows color (decimal): -1096663 or 2704623. OLE color: 2704623.

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

Color convert

RGB 239 68 41 -
CMYK 0 0.72 0.83 0.06
HSL 8.18º 0.86% 0.55% -
HSV(B) 8.18º 0.83% 0.94% -
XYZ 38.06 22.65 4.46 -
YUV 116.05 85.65 215.7 -
System Red Green Blue C M Y K H S L
Decimal 239 68 41 0 0.72 0.83 0.06 8.18 0.86 0.55
Hex EF 44 29 0 48 53 6 8 56 37
Octal 357 104 51 0 110 123 6 10 126 67
Binary 11101111 1000100 101001 0 1001000 1010011 110 1000 1010110 110111

Color Harmonies of #EF4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4429

Black with #EF4429

Text Example


Text Example

White with #EF4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4429; }

 p { color: rgb(239,68,41); }

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

background-color css

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

 a { background-color: rgb(239,68,41); }

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

border-color css

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

 span { border-color: rgb(239,68,41); }

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