Html Css Color HEX #FF251E Scarlet

📋 copy color: '#FF251E'

red 255 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #FF251E

Tints of Scarlet #FF251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 79.19%
G = 11.49%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF251E (or 0xFF251E) is known color: Scarlet. HEX triplet: FF, 25 and 1E. RGB value is (255,37,30). Sum of RGB (Red+Green+Blue) = 255+37+30=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF251E is #00DAE1. Grayscale: #656565. Windows color (decimal): -56034 or 1975807. OLE color: 1975807.

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

Color convert

RGB 255 37 30 -
CMYK 0 0.85 0.88 0
HSL 1.87º 1% 0.56% -
HSV(B) 1.87º 0.88% 1% -
XYZ 42.14 22.68 3.38 -
YUV 101.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 255 37 30 0 0.85 0.88 0 1.87 1 0.56
Hex FF 25 1E 0 55 58 0 2 64 38
Octal 377 45 36 0 125 130 0 2 144 70
Binary 11111111 100101 11110 0 1010101 1011000 0 10 1100100 111000

Color Harmonies of #FF251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF251E

Black with #FF251E

Text Example


Text Example

White with #FF251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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