Html Css Color HEX #C01F05 Harley Davidson Orange

📋 copy color: '#C01F05'

red 192 ◦ green 31 ◦ blue 5

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

Shades of Harley Davidson Orange #C01F05

Tints of Harley Davidson Orange #C01F05

RGB

 RED value IS 192 (75.39% from 255) = 84.21%

 GREEN value IS 31 (12.5% from 255) = 13.6%

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

R = 84.21%
G = 13.6%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C01F05 (or 0xC01F05) is known color: Harley Davidson Orange. HEX triplet: C0, 1F and 05. RGB value is (192,31,5). Sum of RGB (Red+Green+Blue) = 192+31+5=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F05 is #3FE0FA. Grayscale: #4C4C4C. Windows color (decimal): -4186363 or 335808. OLE color: 335808.

HSL color Cylindrical-coordinate representation of color #C01F05: hue angle of 8.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C01F05 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 5 -
CMYK 0 0.84 0.97 0.25
HSL 8.34º 0.95% 0.39% -
HSV(B) 8.34º 0.97% 0.75% -
XYZ 22.26 12.2 1.32 -
YUV 76.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 192 31 5 0 0.84 0.97 0.25 8.34 0.95 0.39
Hex C0 1F 5 0 54 61 19 8 5F 27
Octal 300 37 5 0 124 141 31 10 137 47
Binary 11000000 11111 101 0 1010100 1100001 11001 1000 1011111 100111

Color Harmonies of #C01F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F05

Black with #C01F05

Text Example


Text Example

White with #C01F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F05; }

 p { color: rgb(192,31,5); }

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

background-color css

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

 a { background-color: rgb(192,31,5); }

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

border-color css

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

 span { border-color: rgb(192,31,5); }

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