Html Css Color HEX #C01F0F Harley Davidson Orange

📋 copy color: '#C01F0F'

red 192 ◦ green 31 ◦ blue 15

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

Shades of Harley Davidson Orange #C01F0F

Tints of Harley Davidson Orange #C01F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 80.67%
G = 13.03%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01F0F (or 0xC01F0F) is known color: Harley Davidson Orange. HEX triplet: C0, 1F and 0F. RGB value is (192,31,15). Sum of RGB (Red+Green+Blue) = 192+31+15=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F0F is #3FE0F0. Grayscale: #4D4D4D. Windows color (decimal): -4186353 or 991168. OLE color: 991168.

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

Color convert

RGB 192 31 15 -
CMYK 0 0.84 0.92 0.25
HSL 5.42º 0.86% 0.41% -
HSV(B) 5.42º 0.92% 0.75% -
XYZ 22.31 12.22 1.63 -
YUV 77.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 192 31 15 0 0.84 0.92 0.25 5.42 0.86 0.41
Hex C0 1F F 0 54 5C 19 5 56 29
Octal 300 37 17 0 124 134 31 5 126 51
Binary 11000000 11111 1111 0 1010100 1011100 11001 101 1010110 101001

Color Harmonies of #C01F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F0F

Black with #C01F0F

Text Example


Text Example

White with #C01F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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