Html Css Color HEX #EF453B Cinnabar

📋 copy color: '#EF453B'

red 239 ◦ green 69 ◦ blue 59

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

Shades of Cinnabar #EF453B

Tints of Cinnabar #EF453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

 BLUE value IS 59 (23.44% from 255) = 16.08%

R = 65.12%
G = 18.8%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF453B (or 0xEF453B) is known color: Cinnabar. HEX triplet: EF, 45 and 3B. RGB value is (239,69,59). Sum of RGB (Red+Green+Blue) = 239+69+59=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF453B is #10BAC4. Grayscale: #767676. Windows color (decimal): -1096389 or 3884527. OLE color: 3884527.

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

Color convert

RGB 239 69 59 -
CMYK 0 0.71 0.75 0.06
HSL 3.33º 0.85% 0.58% -
HSV(B) 3.33º 0.75% 0.94% -
XYZ 38.51 22.92 6.53 -
YUV 118.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 239 69 59 0 0.71 0.75 0.06 3.33 0.85 0.58
Hex EF 45 3B 0 47 4B 6 3 55 3A
Octal 357 105 73 0 107 113 6 3 125 72
Binary 11101111 1000101 111011 0 1000111 1001011 110 11 1010101 111010

Color Harmonies of #EF453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF453B

Black with #EF453B

Text Example


Text Example

White with #EF453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF453B; }

 p { color: rgb(239,69,59); }

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

background-color css

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

 a { background-color: rgb(239,69,59); }

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

border-color css

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

 span { border-color: rgb(239,69,59); }

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