Html Css Color HEX #FF300C Scarlet

📋 copy color: '#FF300C'

red 255 ◦ green 48 ◦ blue 12

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

Shades of Scarlet #FF300C

Tints of Scarlet #FF300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 80.95%
G = 15.24%
B = 3.81%

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

#FF300C (or 0xFF300C) is known color: Scarlet. HEX triplet: FF, 30 and 0C. RGB value is (255,48,12). Sum of RGB (Red+Green+Blue) = 255+48+12=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF300C is #00CFF3. Grayscale: #6A6A6A. Windows color (decimal): -53236 or 798975. OLE color: 798975.

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

Color convert

RGB 255 48 12 -
CMYK 0 0.81 0.95 0
HSL 8.89º 1% 0.52% -
HSV(B) 8.89º 0.95% 1% -
XYZ 42.36 23.4 2.63 -
YUV 105.79 75.08 234.43 -
System Red Green Blue C M Y K H S L
Decimal 255 48 12 0 0.81 0.95 0 8.89 1 0.52
Hex FF 30 C 0 51 5F 0 9 64 34
Octal 377 60 14 0 121 137 0 11 144 64
Binary 11111111 110000 1100 0 1010001 1011111 0 1001 1100100 110100

Color Harmonies of #FF300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF300C

Black with #FF300C

Text Example


Text Example

White with #FF300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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