Html Css Color HEX #FF2A02 Scarlet

📋 copy color: '#FF2A02'

red 255 ◦ green 42 ◦ blue 2

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

Shades of Scarlet #FF2A02

Tints of Scarlet #FF2A02

RGB

 RED value IS 255 (100% from 255) = 85.28%

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

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

R = 85.28%
G = 14.05%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF2A02 (or 0xFF2A02) is known color: Scarlet. HEX triplet: FF, 2A and 02. RGB value is (255,42,2). Sum of RGB (Red+Green+Blue) = 255+42+2=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A02 is #00D5FD. Grayscale: #656565. Windows color (decimal): -54782 or 142079. OLE color: 142079.

HSL color Cylindrical-coordinate representation of color #FF2A02: hue angle of 9.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF2A02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 42 2 -
CMYK 0 0.84 0.99 0
HSL 9.49º 1% 0.5% -
HSV(B) 9.49º 0.99% 1% -
XYZ 42.08 22.92 2.26 -
YUV 101.13 72.07 237.75 -
System Red Green Blue C M Y K H S L
Decimal 255 42 2 0 0.84 0.99 0 9.49 1 0.5
Hex FF 2A 2 0 54 63 0 9 64 32
Octal 377 52 2 0 124 143 0 11 144 62
Binary 11111111 101010 10 0 1010100 1100011 0 1001 1100100 110010

Color Harmonies of #FF2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A02

Black with #FF2A02

Text Example


Text Example

White with #FF2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A02; }

 p { color: rgb(255,42,2); }

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

background-color css

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

 a { background-color: rgb(255,42,2); }

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

border-color css

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

 span { border-color: rgb(255,42,2); }

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