Html Css Color HEX #EB483D Cinnabar

📋 copy color: '#EB483D'

red 235 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #EB483D

Tints of Cinnabar #EB483D

RGB

 RED value IS 235 (92.19% from 255) = 63.86%

 GREEN value IS 72 (28.52% from 255) = 19.57%

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 63.86%
G = 19.57%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB483D (or 0xEB483D) is known color: Cinnabar. HEX triplet: EB, 48 and 3D. RGB value is (235,72,61). Sum of RGB (Red+Green+Blue) = 235+72+61=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB483D is #14B7C2. Grayscale: #777777. Windows color (decimal): -1357763 or 4016363. OLE color: 4016363.

HSL color Cylindrical-coordinate representation of color #EB483D: hue angle of 3.79º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB483D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 72 61 -
CMYK 0 0.69 0.74 0.08
HSL 3.79º 0.81% 0.58% -
HSV(B) 3.79º 0.74% 0.92% -
XYZ 37.42 22.63 6.81 -
YUV 119.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 235 72 61 0 0.69 0.74 0.08 3.79 0.81 0.58
Hex EB 48 3D 0 45 4A 8 4 51 3A
Octal 353 110 75 0 105 112 10 4 121 72
Binary 11101011 1001000 111101 0 1000101 1001010 1000 100 1010001 111010

Color Harmonies of #EB483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB483D

Black with #EB483D

Text Example


Text Example

White with #EB483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB483D; }

 p { color: rgb(235,72,61); }

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

background-color css

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

 a { background-color: rgb(235,72,61); }

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

border-color css

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

 span { border-color: rgb(235,72,61); }

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