Html Css Color HEX #FF2D12 Scarlet

📋 copy color: '#FF2D12'

red 255 ◦ green 45 ◦ blue 18

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

Shades of Scarlet #FF2D12

Tints of Scarlet #FF2D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 80.19%
G = 14.15%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2D12 (or 0xFF2D12) is known color: Scarlet. HEX triplet: FF, 2D and 12. RGB value is (255,45,18). Sum of RGB (Red+Green+Blue) = 255+45+18=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D12 is #00D2ED. Grayscale: #696969. Windows color (decimal): -53998 or 1191423. OLE color: 1191423.

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

Color convert

RGB 255 45 18 -
CMYK 0 0.82 0.93 0
HSL 6.84º 1% 0.54% -
HSV(B) 6.84º 0.93% 1% -
XYZ 42.29 23.18 2.82 -
YUV 104.71 79.07 235.2 -
System Red Green Blue C M Y K H S L
Decimal 255 45 18 0 0.82 0.93 0 6.84 1 0.54
Hex FF 2D 12 0 52 5D 0 7 64 36
Octal 377 55 22 0 122 135 0 7 144 66
Binary 11111111 101101 10010 0 1010010 1011101 0 111 1100100 110110

Color Harmonies of #FF2D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D12

Black with #FF2D12

Text Example


Text Example

White with #FF2D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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