Html Css Color HEX #C61F15 Harley Davidson Orange

📋 copy color: '#C61F15'

red 198 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #C61F15

Tints of Harley Davidson Orange #C61F15

RGB

 RED value IS 198 (77.73% from 255) = 79.2%

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 79.2%
G = 12.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C61F15 (or 0xC61F15) is known color: Harley Davidson Orange. HEX triplet: C6, 1F and 15. RGB value is (198,31,21). Sum of RGB (Red+Green+Blue) = 198+31+21=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61F15 is #39E0EA. Grayscale: #505050. Windows color (decimal): -3793131 or 1384390. OLE color: 1384390.

HSL color Cylindrical-coordinate representation of color #C61F15: hue angle of 3.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61F15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 21 -
CMYK 0 0.84 0.89 0.22
HSL 3.39º 0.81% 0.43% -
HSV(B) 3.39º 0.89% 0.78% -
XYZ 23.91 13.04 1.97 -
YUV 79.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 198 31 21 0 0.84 0.89 0.22 3.39 0.81 0.43
Hex C6 1F 15 0 54 59 16 3 51 2B
Octal 306 37 25 0 124 131 26 3 121 53
Binary 11000110 11111 10101 0 1010100 1011001 10110 11 1010001 101011

Color Harmonies of #C61F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F15

Black with #C61F15

Text Example


Text Example

White with #C61F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F15; }

 p { color: rgb(198,31,21); }

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

background-color css

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

 a { background-color: rgb(198,31,21); }

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

border-color css

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

 span { border-color: rgb(198,31,21); }

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