Html Css Color HEX #C62002 Harley Davidson Orange

📋 copy color: '#C62002'

red 198 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #C62002

Tints of Harley Davidson Orange #C62002

RGB

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

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

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

R = 85.34%
G = 13.79%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62002 (or 0xC62002) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 02. RGB value is (198,32,2). Sum of RGB (Red+Green+Blue) = 198+32+2=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C62002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62002 is #39DFFD. Grayscale: #4E4E4E. Windows color (decimal): -3792894 or 139462. OLE color: 139462.

HSL color Cylindrical-coordinate representation of color #C62002: hue angle of 9.18º 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 #C62002 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 2 -
CMYK 0 0.84 0.99 0.22
HSL 9.18º 0.98% 0.39% -
HSV(B) 9.18º 0.99% 0.78% -
XYZ 23.82 13.04 1.32 -
YUV 78.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 198 32 2 0 0.84 0.99 0.22 9.18 0.98 0.39
Hex C6 20 2 0 54 63 16 9 62 27
Octal 306 40 2 0 124 143 26 11 142 47
Binary 11000110 100000 10 0 1010100 1100011 10110 1001 1100010 100111

Color Harmonies of #C62002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62002

Black with #C62002

Text Example


Text Example

White with #C62002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62002; }

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

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

background-color css

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

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

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

border-color css

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

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

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