Html Css Color HEX #C62502 Harley Davidson Orange

📋 copy color: '#C62502'

red 198 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #C62502

Tints of Harley Davidson Orange #C62502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 83.54%
G = 15.61%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62502 (or 0xC62502) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 02. RGB value is (198,37,2). Sum of RGB (Red+Green+Blue) = 198+37+2=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C62502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62502 is #39DAFD. Grayscale: #515151. Windows color (decimal): -3791614 or 140742. OLE color: 140742.

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

Color convert

RGB 198 37 2 -
CMYK 0 0.81 0.99 0.22
HSL 10.71º 0.98% 0.39% -
HSV(B) 10.71º 0.99% 0.78% -
XYZ 23.96 13.33 1.37 -
YUV 81.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 198 37 2 0 0.81 0.99 0.22 10.71 0.98 0.39
Hex C6 25 2 0 51 63 16 B 62 27
Octal 306 45 2 0 121 143 26 13 142 47
Binary 11000110 100101 10 0 1010001 1100011 10110 1011 1100010 100111

Color Harmonies of #C62502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62502

Black with #C62502

Text Example


Text Example

White with #C62502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62502; }

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

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

background-color css

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

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

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

border-color css

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

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

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