Html Css Color HEX #F42D1B Scarlet

📋 copy color: '#F42D1B'

red 244 ◦ green 45 ◦ blue 27

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

Shades of Scarlet #F42D1B

Tints of Scarlet #F42D1B

RGB

 RED value IS 244 (95.7% from 255) = 77.22%

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 77.22%
G = 14.24%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F42D1B (or 0xF42D1B) is known color: Scarlet. HEX triplet: F4, 2D and 1B. RGB value is (244,45,27). Sum of RGB (Red+Green+Blue) = 244+45+27=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D1B is #0BD2E4. Grayscale: #666666. Windows color (decimal): -774885 or 1781236. OLE color: 1781236.

HSL color Cylindrical-coordinate representation of color #F42D1B: hue angle of 4.98º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F42D1B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 45 27 -
CMYK 0 0.82 0.89 0.04
HSL 4.98º 0.91% 0.53% -
HSV(B) 4.98º 0.89% 0.96% -
XYZ 38.44 21.19 3.1 -
YUV 102.45 85.43 228.96 -
System Red Green Blue C M Y K H S L
Decimal 244 45 27 0 0.82 0.89 0.04 4.98 0.91 0.53
Hex F4 2D 1B 0 52 59 4 5 5B 35
Octal 364 55 33 0 122 131 4 5 133 65
Binary 11110100 101101 11011 0 1010010 1011001 100 101 1011011 110101

Color Harmonies of #F42D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D1B

Black with #F42D1B

Text Example


Text Example

White with #F42D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D1B; }

 p { color: rgb(244,45,27); }

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

background-color css

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

 a { background-color: rgb(244,45,27); }

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

border-color css

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

 span { border-color: rgb(244,45,27); }

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