Html Css Color HEX #FF2D06 Scarlet

📋 copy color: '#FF2D06'

red 255 ◦ green 45 ◦ blue 6

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

Shades of Scarlet #FF2D06

Tints of Scarlet #FF2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 83.33%
G = 14.71%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF2D06 (or 0xFF2D06) is known color: Scarlet. HEX triplet: FF, 2D and 06. RGB value is (255,45,6). Sum of RGB (Red+Green+Blue) = 255+45+6=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D06 is #00D2F9. Grayscale: #676767. Windows color (decimal): -54010 or 404991. OLE color: 404991.

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

Color convert

RGB 255 45 6 -
CMYK 0 0.82 0.98 0
HSL 9.4º 1% 0.51% -
HSV(B) 9.4º 0.98% 1% -
XYZ 42.21 23.15 2.42 -
YUV 103.34 73.07 236.17 -
System Red Green Blue C M Y K H S L
Decimal 255 45 6 0 0.82 0.98 0 9.4 1 0.51
Hex FF 2D 6 0 52 62 0 9 64 33
Octal 377 55 6 0 122 142 0 11 144 63
Binary 11111111 101101 110 0 1010010 1100010 0 1001 1100100 110011

Color Harmonies of #FF2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D06

Black with #FF2D06

Text Example


Text Example

White with #FF2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D06; }

 p { color: rgb(255,45,6); }

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

background-color css

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

 a { background-color: rgb(255,45,6); }

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

border-color css

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

 span { border-color: rgb(255,45,6); }

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