Html Css Color HEX #FF0D04 Red

📋 copy color: '#FF0D04'

red 255 ◦ green 13 ◦ blue 4

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

Shades of Red #FF0D04

Tints of Red #FF0D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 93.75%
G = 4.78%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0D04 (or 0xFF0D04) is known color: Red. HEX triplet: FF, 0D and 04. RGB value is (255,13,4). Sum of RGB (Red+Green+Blue) = 255+13+4=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D04 is #00F2FB. Grayscale: #545454. Windows color (decimal): -62204 or 265727. OLE color: 265727.

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

Color convert

RGB 255 13 4 -
CMYK 0 0.95 0.98 0
HSL 2.15º 1% 0.51% -
HSV(B) 2.15º 0.98% 1% -
XYZ 41.41 21.56 2.09 -
YUV 84.33 82.67 249.73 -
System Red Green Blue C M Y K H S L
Decimal 255 13 4 0 0.95 0.98 0 2.15 1 0.51
Hex FF D 4 0 5F 62 0 2 64 33
Octal 377 15 4 0 137 142 0 2 144 63
Binary 11111111 1101 100 0 1011111 1100010 0 10 1100100 110011

Color Harmonies of #FF0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D04

Black with #FF0D04

Text Example


Text Example

White with #FF0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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