Html Css Color HEX #C6250C Harley Davidson Orange

📋 copy color: '#C6250C'

red 198 ◦ green 37 ◦ blue 12

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

Shades of Harley Davidson Orange #C6250C

Tints of Harley Davidson Orange #C6250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 80.16%
G = 14.98%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6250C (or 0xC6250C) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 0C. RGB value is (198,37,12). Sum of RGB (Red+Green+Blue) = 198+37+12=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6250C is #39DAF3. Grayscale: #525252. Windows color (decimal): -3791604 or 796102. OLE color: 796102.

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

Color convert

RGB 198 37 12 -
CMYK 0 0.81 0.94 0.22
HSL 8.06º 0.89% 0.41% -
HSV(B) 8.06º 0.94% 0.78% -
XYZ 24.02 13.36 1.66 -
YUV 82.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 198 37 12 0 0.81 0.94 0.22 8.06 0.89 0.41
Hex C6 25 C 0 51 5E 16 8 59 29
Octal 306 45 14 0 121 136 26 10 131 51
Binary 11000110 100101 1100 0 1010001 1011110 10110 1000 1011001 101001

Color Harmonies of #C6250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6250C

Black with #C6250C

Text Example


Text Example

White with #C6250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6250C; }

 p { color: rgb(198,37,12); }

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

background-color css

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

 a { background-color: rgb(198,37,12); }

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

border-color css

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

 span { border-color: rgb(198,37,12); }

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