Html Css Color HEX #F23419 Scarlet

📋 copy color: '#F23419'

red 242 ◦ green 52 ◦ blue 25

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

Shades of Scarlet #F23419

Tints of Scarlet #F23419

RGB

 RED value IS 242 (94.92% from 255) = 75.86%

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 75.86%
G = 16.3%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23419 (or 0xF23419) is known color: Scarlet. HEX triplet: F2, 34 and 19. RGB value is (242,52,25). Sum of RGB (Red+Green+Blue) = 242+52+25=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F23419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23419 is #0DCBE6. Grayscale: #6A6A6A. Windows color (decimal): -904167 or 1651954. OLE color: 1651954.

HSL color Cylindrical-coordinate representation of color #F23419: hue angle of 7.47º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23419 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 52 25 -
CMYK 0 0.79 0.90 0.05
HSL 7.47º 0.89% 0.52% -
HSV(B) 7.47º 0.9% 0.95% -
XYZ 38.02 21.4 3.05 -
YUV 105.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 242 52 25 0 0.79 0.90 0.05 7.47 0.89 0.52
Hex F2 34 19 0 4F 5A 5 7 59 34
Octal 362 64 31 0 117 132 5 7 131 64
Binary 11110010 110100 11001 0 1001111 1011010 101 111 1011001 110100

Color Harmonies of #F23419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23419

Black with #F23419

Text Example


Text Example

White with #F23419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23419; }

 p { color: rgb(242,52,25); }

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

background-color css

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

 a { background-color: rgb(242,52,25); }

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

border-color css

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

 span { border-color: rgb(242,52,25); }

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