Html Css Color HEX #FF0C05 Red

📋 copy color: '#FF0C05'

red 255 ◦ green 12 ◦ blue 5

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

Shades of Red #FF0C05

Tints of Red #FF0C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 93.75%
G = 4.41%
B = 1.84%

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

#FF0C05 (or 0xFF0C05) is known color: Red. HEX triplet: FF, 0C and 05. RGB value is (255,12,5). Sum of RGB (Red+Green+Blue) = 255+12+5=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C05 is #00F3FA. Grayscale: #545454. Windows color (decimal): -62459 or 331007. OLE color: 331007.

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

Color convert

RGB 255 12 5 -
CMYK 0 0.95 0.98 0
HSL 1.68º 1% 0.51% -
HSV(B) 1.68º 0.98% 1% -
XYZ 41.4 21.53 2.12 -
YUV 83.86 83.51 250.07 -
System Red Green Blue C M Y K H S L
Decimal 255 12 5 0 0.95 0.98 0 1.68 1 0.51
Hex FF C 5 0 5F 62 0 2 64 33
Octal 377 14 5 0 137 142 0 2 144 63
Binary 11111111 1100 101 0 1011111 1100010 0 10 1100100 110011

Color Harmonies of #FF0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C05

Black with #FF0C05

Text Example


Text Example

White with #FF0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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