Html Css Color HEX #F02A1A Scarlet

📋 copy color: '#F02A1A'

red 240 ◦ green 42 ◦ blue 26

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

Shades of Scarlet #F02A1A

Tints of Scarlet #F02A1A

RGB

 RED value IS 240 (94.14% from 255) = 77.92%

 GREEN value IS 42 (16.8% from 255) = 13.64%

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 77.92%
G = 13.64%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F02A1A (or 0xF02A1A) is known color: Scarlet. HEX triplet: F0, 2A and 1A. RGB value is (240,42,26). Sum of RGB (Red+Green+Blue) = 240+42+26=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A1A is #0FD5E5. Grayscale: #636363. Windows color (decimal): -1037798 or 1714928. OLE color: 1714928.

HSL color Cylindrical-coordinate representation of color #F02A1A: hue angle of 4.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F02A1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 26 -
CMYK 0 0.82 0.89 0.06
HSL 4.49º 0.88% 0.52% -
HSV(B) 4.49º 0.89% 0.94% -
XYZ 36.95 20.26 2.94 -
YUV 99.38 86.6 228.3 -
System Red Green Blue C M Y K H S L
Decimal 240 42 26 0 0.82 0.89 0.06 4.49 0.88 0.52
Hex F0 2A 1A 0 52 59 6 4 58 34
Octal 360 52 32 0 122 131 6 4 130 64
Binary 11110000 101010 11010 0 1010010 1011001 110 100 1011000 110100

Color Harmonies of #F02A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A1A

Black with #F02A1A

Text Example


Text Example

White with #F02A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A1A; }

 p { color: rgb(240,42,26); }

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

background-color css

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

 a { background-color: rgb(240,42,26); }

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

border-color css

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

 span { border-color: rgb(240,42,26); }

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