Html Css Color HEX #EF1A3F Crimson

📋 copy color: '#EF1A3F'

red 239 ◦ green 26 ◦ blue 63

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

Shades of Crimson #EF1A3F

Tints of Crimson #EF1A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 72.87%
G = 7.93%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF1A3F (or 0xEF1A3F) is known color: Crimson. HEX triplet: EF, 1A and 3F. RGB value is (239,26,63). Sum of RGB (Red+Green+Blue) = 239+26+63=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A3F is #10E5C0. Grayscale: #5D5D5D. Windows color (decimal): -1107393 or 4135663. OLE color: 4135663.

HSL color Cylindrical-coordinate representation of color #EF1A3F: hue angle of 349.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A3F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 26 63 -
CMYK 0 0.89 0.74 0.06
HSL 349.58º 0.87% 0.52% -
HSV(B) 349.58º 0.89% 0.94% -
XYZ 36.86 19.45 6.51 -
YUV 93.91 110.57 231.49 -
System Red Green Blue C M Y K H S L
Decimal 239 26 63 0 0.89 0.74 0.06 349.58 0.87 0.52
Hex EF 1A 3F 0 59 4A 6 15E 57 34
Octal 357 32 77 0 131 112 6 536 127 64
Binary 11101111 11010 111111 0 1011001 1001010 110 101011110 1010111 110100

Color Harmonies of #EF1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A3F

Black with #EF1A3F

Text Example


Text Example

White with #EF1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A3F; }

 p { color: rgb(239,26,63); }

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

background-color css

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

 a { background-color: rgb(239,26,63); }

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

border-color css

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

 span { border-color: rgb(239,26,63); }

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