Html Css Color HEX #FF0B0A Red

📋 copy color: '#FF0B0A'

red 255 ◦ green 11 ◦ blue 10

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

Shades of Red #FF0B0A

Tints of Red #FF0B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.99%

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 92.39%
G = 3.99%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF0B0A (or 0xFF0B0A) is known color: Red. HEX triplet: FF, 0B and 0A. RGB value is (255,11,10). Sum of RGB (Red+Green+Blue) = 255+11+10=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B0A is #00F4F5. Grayscale: #545454. Windows color (decimal): -62710 or 658431. OLE color: 658431.

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

Color convert

RGB 255 11 10 -
CMYK 0 0.96 0.96 0
HSL 0.24º 1% 0.52% -
HSV(B) 0.24º 0.96% 1% -
XYZ 41.41 21.52 2.26 -
YUV 83.84 86.34 250.08 -
System Red Green Blue C M Y K H S L
Decimal 255 11 10 0 0.96 0.96 0 0.24 1 0.52
Hex FF B A 0 60 60 0 0 64 34
Octal 377 13 12 0 140 140 0 0 144 64
Binary 11111111 1011 1010 0 1100000 1100000 0 0 1100100 110100

Color Harmonies of #FF0B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B0A

Black with #FF0B0A

Text Example


Text Example

White with #FF0B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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