Html Css Color HEX #FF0D09 Red

📋 copy color: '#FF0D09'

red 255 ◦ green 13 ◦ blue 9

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

Shades of Red #FF0D09

Tints of Red #FF0D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 92.06%
G = 4.69%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF0D09 (or 0xFF0D09) is known color: Red. HEX triplet: FF, 0D and 09. RGB value is (255,13,9). Sum of RGB (Red+Green+Blue) = 255+13+9=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D09 is #00F2F6. Grayscale: #555555. Windows color (decimal): -62199 or 593407. OLE color: 593407.

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

Color convert

RGB 255 13 9 -
CMYK 0 0.95 0.96 0
HSL 0.98º 1% 0.52% -
HSV(B) 0.98º 0.96% 1% -
XYZ 41.43 21.57 2.24 -
YUV 84.9 85.17 249.33 -
System Red Green Blue C M Y K H S L
Decimal 255 13 9 0 0.95 0.96 0 0.98 1 0.52
Hex FF D 9 0 5F 60 0 1 64 34
Octal 377 15 11 0 137 140 0 1 144 64
Binary 11111111 1101 1001 0 1011111 1100000 0 1 1100100 110100

Color Harmonies of #FF0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D09

Black with #FF0D09

Text Example


Text Example

White with #FF0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D09; }

 p { color: rgb(255,13,9); }

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

background-color css

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

 a { background-color: rgb(255,13,9); }

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

border-color css

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

 span { border-color: rgb(255,13,9); }

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