Html Css Color HEX #F42C02 Scarlet

📋 copy color: '#F42C02'

red 244 ◦ green 44 ◦ blue 2

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

Shades of Scarlet #F42C02

Tints of Scarlet #F42C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 84.14%
G = 15.17%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F42C02 (or 0xF42C02) is known color: Scarlet. HEX triplet: F4, 2C and 02. RGB value is (244,44,2). Sum of RGB (Red+Green+Blue) = 244+44+2=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42C02 is #0BD3FD. Grayscale: #636363. Windows color (decimal): -775166 or 142580. OLE color: 142580.

HSL color Cylindrical-coordinate representation of color #F42C02: hue angle of 10.41º 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 #F42C02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 44 2 -
CMYK 0 0.82 0.99 0.04
HSL 10.41º 0.98% 0.48% -
HSV(B) 10.41º 0.99% 0.96% -
XYZ 38.22 21.04 2.1 -
YUV 99.01 73.26 231.42 -
System Red Green Blue C M Y K H S L
Decimal 244 44 2 0 0.82 0.99 0.04 10.41 0.98 0.48
Hex F4 2C 2 0 52 63 4 A 62 30
Octal 364 54 2 0 122 143 4 12 142 60
Binary 11110100 101100 10 0 1010010 1100011 100 1010 1100010 110000

Color Harmonies of #F42C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42C02

Black with #F42C02

Text Example


Text Example

White with #F42C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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