Html Css Color HEX #FF0F0C Red

📋 copy color: '#FF0F0C'

red 255 ◦ green 15 ◦ blue 12

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

Shades of Red #FF0F0C

Tints of Red #FF0F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

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

R = 90.43%
G = 5.32%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF0F0C (or 0xFF0F0C) is known color: Red. HEX triplet: FF, 0F and 0C. RGB value is (255,15,12). Sum of RGB (Red+Green+Blue) = 255+15+12=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F0C is #00F0F3. Grayscale: #565656. Windows color (decimal): -61684 or 790527. OLE color: 790527.

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

Color convert

RGB 255 15 12 -
CMYK 0 0.94 0.95 0
HSL 0.74º 1% 0.52% -
HSV(B) 0.74º 0.95% 1% -
XYZ 41.48 21.63 2.34 -
YUV 86.42 86.01 248.24 -
System Red Green Blue C M Y K H S L
Decimal 255 15 12 0 0.94 0.95 0 0.74 1 0.52
Hex FF F C 0 5E 5F 0 1 64 34
Octal 377 17 14 0 136 137 0 1 144 64
Binary 11111111 1111 1100 0 1011110 1011111 0 1 1100100 110100

Color Harmonies of #FF0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F0C

Black with #FF0F0C

Text Example


Text Example

White with #FF0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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