Html Css Color HEX #C61C03 Harley Davidson Orange

📋 copy color: '#C61C03'

red 198 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #C61C03

Tints of Harley Davidson Orange #C61C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 86.46%
G = 12.23%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C61C03 (or 0xC61C03) is known color: Harley Davidson Orange. HEX triplet: C6, 1C and 03. RGB value is (198,28,3). Sum of RGB (Red+Green+Blue) = 198+28+3=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C03 is #39E3FC. Grayscale: #4C4C4C. Windows color (decimal): -3793917 or 203974. OLE color: 203974.

HSL color Cylindrical-coordinate representation of color #C61C03: hue angle of 7.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C61C03 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 3 -
CMYK 0 0.86 0.98 0.22
HSL 7.69º 0.97% 0.39% -
HSV(B) 7.69º 0.98% 0.78% -
XYZ 23.72 12.84 1.31 -
YUV 75.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 198 28 3 0 0.86 0.98 0.22 7.69 0.97 0.39
Hex C6 1C 3 0 56 62 16 8 61 27
Octal 306 34 3 0 126 142 26 10 141 47
Binary 11000110 11100 11 0 1010110 1100010 10110 1000 1100001 100111

Color Harmonies of #C61C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C03

Black with #C61C03

Text Example


Text Example

White with #C61C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C03; }

 p { color: rgb(198,28,3); }

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

background-color css

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

 a { background-color: rgb(198,28,3); }

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

border-color css

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

 span { border-color: rgb(198,28,3); }

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