Html Css Color HEX #FF300D Scarlet

📋 copy color: '#FF300D'

red 255 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #FF300D

Tints of Scarlet #FF300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 80.7%
G = 15.19%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF300D (or 0xFF300D) is known color: Scarlet. HEX triplet: FF, 30 and 0D. RGB value is (255,48,13). Sum of RGB (Red+Green+Blue) = 255+48+13=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF300D is #00CFF2. Grayscale: #6A6A6A. Windows color (decimal): -53235 or 864511. OLE color: 864511.

HSL color Cylindrical-coordinate representation of color #FF300D: hue angle of 8.68º 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 #FF300D is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 13 -
CMYK 0 0.81 0.95 0
HSL 8.68º 1% 0.53% -
HSV(B) 8.68º 0.95% 1% -
XYZ 42.37 23.4 2.66 -
YUV 105.9 75.58 234.35 -
System Red Green Blue C M Y K H S L
Decimal 255 48 13 0 0.81 0.95 0 8.68 1 0.53
Hex FF 30 D 0 51 5F 0 9 64 35
Octal 377 60 15 0 121 137 0 11 144 65
Binary 11111111 110000 1101 0 1010001 1011111 0 1001 1100100 110101

Color Harmonies of #FF300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF300D

Black with #FF300D

Text Example


Text Example

White with #FF300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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