Html Css Color HEX #F43302 Scarlet

📋 copy color: '#F43302'

red 244 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #F43302

Tints of Scarlet #F43302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 82.15%
G = 17.17%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F43302 (or 0xF43302) is known color: Scarlet. HEX triplet: F4, 33 and 02. RGB value is (244,51,2). Sum of RGB (Red+Green+Blue) = 244+51+2=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F43302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43302 is #0BCCFD. Grayscale: #676767. Windows color (decimal): -773374 or 144372. OLE color: 144372.

HSL color Cylindrical-coordinate representation of color #F43302: hue angle of 12.15º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F43302 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 51 2 -
CMYK 0 0.79 0.99 0.04
HSL 12.15º 0.98% 0.48% -
HSV(B) 12.15º 0.99% 0.96% -
XYZ 38.5 21.61 2.2 -
YUV 103.12 70.94 228.48 -
System Red Green Blue C M Y K H S L
Decimal 244 51 2 0 0.79 0.99 0.04 12.15 0.98 0.48
Hex F4 33 2 0 4F 63 4 C 62 30
Octal 364 63 2 0 117 143 4 14 142 60
Binary 11110100 110011 10 0 1001111 1100011 100 1100 1100010 110000

Color Harmonies of #F43302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43302

Black with #F43302

Text Example


Text Example

White with #F43302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43302; }

 p { color: rgb(244,51,2); }

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

background-color css

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

 a { background-color: rgb(244,51,2); }

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

border-color css

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

 span { border-color: rgb(244,51,2); }

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