Html Css Color HEX #EB261D Scarlet

📋 copy color: '#EB261D'

red 235 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #EB261D

Tints of Scarlet #EB261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 77.81%
G = 12.58%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB261D (or 0xEB261D) is known color: Scarlet. HEX triplet: EB, 26 and 1D. RGB value is (235,38,29). Sum of RGB (Red+Green+Blue) = 235+38+29=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB261D is #14D9E2. Grayscale: #606060. Windows color (decimal): -1366499 or 1910507. OLE color: 1910507.

HSL color Cylindrical-coordinate representation of color #EB261D: hue angle of 2.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB261D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 29 -
CMYK 0 0.84 0.88 0.08
HSL 2.62º 0.84% 0.52% -
HSV(B) 2.62º 0.88% 0.92% -
XYZ 35.18 19.14 3 -
YUV 95.88 90.27 227.23 -
System Red Green Blue C M Y K H S L
Decimal 235 38 29 0 0.84 0.88 0.08 2.62 0.84 0.52
Hex EB 26 1D 0 54 58 8 3 54 34
Octal 353 46 35 0 124 130 10 3 124 64
Binary 11101011 100110 11101 0 1010100 1011000 1000 11 1010100 110100

Color Harmonies of #EB261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB261D

Black with #EB261D

Text Example


Text Example

White with #EB261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB261D; }

 p { color: rgb(235,38,29); }

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

background-color css

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

 a { background-color: rgb(235,38,29); }

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

border-color css

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

 span { border-color: rgb(235,38,29); }

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