Html Css Color HEX #F1231D Scarlet

📋 copy color: '#F1231D'

red 241 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #F1231D

Tints of Scarlet #F1231D

RGB

 RED value IS 241 (94.53% from 255) = 79.02%

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 79.02%
G = 11.48%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1231D (or 0xF1231D) is known color: Scarlet. HEX triplet: F1, 23 and 1D. RGB value is (241,35,29). Sum of RGB (Red+Green+Blue) = 241+35+29=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1231D is #0EDCE2. Grayscale: #606060. Windows color (decimal): -974051 or 1909745. OLE color: 1909745.

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

Color convert

RGB 241 35 29 -
CMYK 0 0.85 0.88 0.05
HSL 1.7º 0.88% 0.53% -
HSV(B) 1.7º 0.88% 0.95% -
XYZ 37.1 19.99 3.07 -
YUV 95.91 90.25 231.49 -
System Red Green Blue C M Y K H S L
Decimal 241 35 29 0 0.85 0.88 0.05 1.7 0.88 0.53
Hex F1 23 1D 0 55 58 5 2 58 35
Octal 361 43 35 0 125 130 5 2 130 65
Binary 11110001 100011 11101 0 1010101 1011000 101 10 1011000 110101

Color Harmonies of #F1231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1231D

Black with #F1231D

Text Example


Text Example

White with #F1231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1231D; }

 p { color: rgb(241,35,29); }

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

background-color css

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

 a { background-color: rgb(241,35,29); }

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

border-color css

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

 span { border-color: rgb(241,35,29); }

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