Html Css Color HEX #C63302 Harley Davidson Orange

📋 copy color: '#C63302'

red 198 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #C63302

Tints of Harley Davidson Orange #C63302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 78.88%
G = 20.32%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C63302 (or 0xC63302) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 02. RGB value is (198,51,2). Sum of RGB (Red+Green+Blue) = 198+51+2=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C63302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63302 is #39CCFD. Grayscale: #595959. Windows color (decimal): -3788030 or 144326. OLE color: 144326.

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

Color convert

RGB 198 51 2 -
CMYK 0 0.74 0.99 0.22
HSL 15º 0.98% 0.39% -
HSV(B) 15º 0.99% 0.78% -
XYZ 24.48 14.38 1.54 -
YUV 89.37 78.7 205.48 -
System Red Green Blue C M Y K H S L
Decimal 198 51 2 0 0.74 0.99 0.22 15 0.98 0.39
Hex C6 33 2 0 4A 63 16 F 62 27
Octal 306 63 2 0 112 143 26 17 142 47
Binary 11000110 110011 10 0 1001010 1100011 10110 1111 1100010 100111

Color Harmonies of #C63302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63302

Black with #C63302

Text Example


Text Example

White with #C63302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63302; }

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

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

background-color css

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

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

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

border-color css

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

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

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