Html Css Color HEX #FF0A07 Red

📋 copy color: '#FF0A07'

red 255 ◦ green 10 ◦ blue 7

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

Shades of Red #FF0A07

Tints of Red #FF0A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 93.75%
G = 3.68%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF0A07 (or 0xFF0A07) is known color: Red. HEX triplet: FF, 0A and 07. RGB value is (255,10,7). Sum of RGB (Red+Green+Blue) = 255+10+7=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A07 is #00F5F8. Grayscale: #535353. Windows color (decimal): -62969 or 461567. OLE color: 461567.

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

Color convert

RGB 255 10 7 -
CMYK 0 0.96 0.97 0
HSL 0.73º 1% 0.51% -
HSV(B) 0.73º 0.97% 1% -
XYZ 41.39 21.49 2.17 -
YUV 82.91 85.17 250.74 -
System Red Green Blue C M Y K H S L
Decimal 255 10 7 0 0.96 0.97 0 0.73 1 0.51
Hex FF A 7 0 60 61 0 1 64 33
Octal 377 12 7 0 140 141 0 1 144 63
Binary 11111111 1010 111 0 1100000 1100001 0 1 1100100 110011

Color Harmonies of #FF0A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A07

Black with #FF0A07

Text Example


Text Example

White with #FF0A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A07; }

 p { color: rgb(255,10,7); }

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

background-color css

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

 a { background-color: rgb(255,10,7); }

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

border-color css

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

 span { border-color: rgb(255,10,7); }

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