Html Css Color HEX #FF270C Scarlet

📋 copy color: '#FF270C'

red 255 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #FF270C

Tints of Scarlet #FF270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 83.33%
G = 12.75%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF270C (or 0xFF270C) is known color: Scarlet. HEX triplet: FF, 27 and 0C. RGB value is (255,39,12). Sum of RGB (Red+Green+Blue) = 255+39+12=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF270C is #00D8F3. Grayscale: #646464. Windows color (decimal): -55540 or 796671. OLE color: 796671.

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

Color convert

RGB 255 39 12 -
CMYK 0 0.85 0.95 0
HSL 6.67º 1% 0.52% -
HSV(B) 6.67º 0.95% 1% -
XYZ 42.03 22.74 2.52 -
YUV 100.51 78.06 238.2 -
System Red Green Blue C M Y K H S L
Decimal 255 39 12 0 0.85 0.95 0 6.67 1 0.52
Hex FF 27 C 0 55 5F 0 7 64 34
Octal 377 47 14 0 125 137 0 7 144 64
Binary 11111111 100111 1100 0 1010101 1011111 0 111 1100100 110100

Color Harmonies of #FF270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF270C

Black with #FF270C

Text Example


Text Example

White with #FF270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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