Html Css Color HEX #FF2D0D Scarlet

📋 copy color: '#FF2D0D'

red 255 ◦ green 45 ◦ blue 13

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

Shades of Scarlet #FF2D0D

Tints of Scarlet #FF2D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 81.47%
G = 14.38%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF2D0D (or 0xFF2D0D) is known color: Scarlet. HEX triplet: FF, 2D and 0D. RGB value is (255,45,13). Sum of RGB (Red+Green+Blue) = 255+45+13=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2D0D is #00D2F2. Grayscale: #686868. Windows color (decimal): -54003 or 863743. OLE color: 863743.

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

Color convert

RGB 255 45 13 -
CMYK 0 0.82 0.95 0
HSL 7.93º 1% 0.53% -
HSV(B) 7.93º 0.95% 1% -
XYZ 42.25 23.17 2.63 -
YUV 104.14 76.57 235.6 -
System Red Green Blue C M Y K H S L
Decimal 255 45 13 0 0.82 0.95 0 7.93 1 0.53
Hex FF 2D D 0 52 5F 0 8 64 35
Octal 377 55 15 0 122 137 0 10 144 65
Binary 11111111 101101 1101 0 1010010 1011111 0 1000 1100100 110101

Color Harmonies of #FF2D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2D0D

Black with #FF2D0D

Text Example


Text Example

White with #FF2D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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