Html Css Color HEX #FF251D Scarlet

📋 copy color: '#FF251D'

red 255 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #FF251D

Tints of Scarlet #FF251D

RGB

 RED value IS 255 (100% from 255) = 79.44%

 GREEN value IS 37 (14.84% from 255) = 11.53%

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

R = 79.44%
G = 11.53%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF251D (or 0xFF251D) is known color: Scarlet. HEX triplet: FF, 25 and 1D. RGB value is (255,37,29). Sum of RGB (Red+Green+Blue) = 255+37+29=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF251D is #00DAE2. Grayscale: #656565. Windows color (decimal): -56035 or 1910271. OLE color: 1910271.

HSL color Cylindrical-coordinate representation of color #FF251D: hue angle of 2.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF251D is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 37 29 -
CMYK 0 0.85 0.89 0
HSL 2.12º 1% 0.56% -
HSV(B) 2.12º 0.89% 1% -
XYZ 42.12 22.67 3.32 -
YUV 101.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 255 37 29 0 0.85 0.89 0 2.12 1 0.56
Hex FF 25 1D 0 55 59 0 2 64 38
Octal 377 45 35 0 125 131 0 2 144 70
Binary 11111111 100101 11101 0 1010101 1011001 0 10 1100100 111000

Color Harmonies of #FF251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF251D

Black with #FF251D

Text Example


Text Example

White with #FF251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF251D; }

 p { color: rgb(255,37,29); }

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

background-color css

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

 a { background-color: rgb(255,37,29); }

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

border-color css

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

 span { border-color: rgb(255,37,29); }

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