Html Css Color HEX #C6200D Harley Davidson Orange

📋 copy color: '#C6200D'

red 198 ◦ green 32 ◦ blue 13

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

Shades of Harley Davidson Orange #C6200D

Tints of Harley Davidson Orange #C6200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 81.48%
G = 13.17%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6200D (or 0xC6200D) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 0D. RGB value is (198,32,13). Sum of RGB (Red+Green+Blue) = 198+32+13=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C6200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6200D is #39DFF2. Grayscale: #4F4F4F. Windows color (decimal): -3792883 or 860358. OLE color: 860358.

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

Color convert

RGB 198 32 13 -
CMYK 0 0.84 0.93 0.22
HSL 6.16º 0.88% 0.41% -
HSV(B) 6.16º 0.93% 0.78% -
XYZ 23.88 13.07 1.64 -
YUV 79.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 198 32 13 0 0.84 0.93 0.22 6.16 0.88 0.41
Hex C6 20 D 0 54 5D 16 6 58 29
Octal 306 40 15 0 124 135 26 6 130 51
Binary 11000110 100000 1101 0 1010100 1011101 10110 110 1011000 101001

Color Harmonies of #C6200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6200D

Black with #C6200D

Text Example


Text Example

White with #C6200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6200D; }

 p { color: rgb(198,32,13); }

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

background-color css

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

 a { background-color: rgb(198,32,13); }

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

border-color css

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

 span { border-color: rgb(198,32,13); }

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