Html Css Color HEX #EF4133 Cinnabar

📋 copy color: '#EF4133'

red 239 ◦ green 65 ◦ blue 51

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

Shades of Cinnabar #EF4133

Tints of Cinnabar #EF4133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.31%

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 67.32%
G = 18.31%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4133 (or 0xEF4133) is known color: Cinnabar. HEX triplet: EF, 41 and 33. RGB value is (239,65,51). Sum of RGB (Red+Green+Blue) = 239+65+51=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4133 is #10BECC. Grayscale: #737373. Windows color (decimal): -1097421 or 3359215. OLE color: 3359215.

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

Color convert

RGB 239 65 51 -
CMYK 0 0.73 0.79 0.06
HSL 4.47º 0.85% 0.57% -
HSV(B) 4.47º 0.79% 0.94% -
XYZ 38.08 22.37 5.44 -
YUV 115.43 91.65 216.14 -
System Red Green Blue C M Y K H S L
Decimal 239 65 51 0 0.73 0.79 0.06 4.47 0.85 0.57
Hex EF 41 33 0 49 4F 6 4 55 39
Octal 357 101 63 0 111 117 6 4 125 71
Binary 11101111 1000001 110011 0 1001001 1001111 110 100 1010101 111001

Color Harmonies of #EF4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4133

Black with #EF4133

Text Example


Text Example

White with #EF4133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4133; }

 p { color: rgb(239,65,51); }

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

background-color css

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

 a { background-color: rgb(239,65,51); }

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

border-color css

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

 span { border-color: rgb(239,65,51); }

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