Html Css Color HEX #C63301 Harley Davidson Orange

📋 copy color: '#C63301'

red 198 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #C63301

Tints of Harley Davidson Orange #C63301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 79.2%
G = 20.4%
B = 0.4%

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

#C63301 (or 0xC63301) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 01. RGB value is (198,51,1). Sum of RGB (Red+Green+Blue) = 198+51+1=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C63301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63301 is #39CCFE. Grayscale: #595959. Windows color (decimal): -3788031 or 78790. OLE color: 78790.

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

Color convert

RGB 198 51 1 -
CMYK 0 0.74 0.99 0.22
HSL 15.23º 0.99% 0.39% -
HSV(B) 15.23º 0.99% 0.78% -
XYZ 24.48 14.38 1.51 -
YUV 89.25 78.2 205.57 -
System Red Green Blue C M Y K H S L
Decimal 198 51 1 0 0.74 0.99 0.22 15.23 0.99 0.39
Hex C6 33 1 0 4A 63 16 F 63 27
Octal 306 63 1 0 112 143 26 17 143 47
Binary 11000110 110011 1 0 1001010 1100011 10110 1111 1100011 100111

Color Harmonies of #C63301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63301

Black with #C63301

Text Example


Text Example

White with #C63301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63301; }

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

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

background-color css

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

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

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

border-color css

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

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

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