Html Css Color HEX #C63201 Harley Davidson Orange

📋 copy color: '#C63201'

red 198 ◦ green 50 ◦ blue 1

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

Shades of Harley Davidson Orange #C63201

Tints of Harley Davidson Orange #C63201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 79.52%
G = 20.08%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C63201 (or 0xC63201) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 01. RGB value is (198,50,1). Sum of RGB (Red+Green+Blue) = 198+50+1=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C63201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63201 is #39CDFE. Grayscale: #595959. Windows color (decimal): -3788287 or 78534. OLE color: 78534.

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

Color convert

RGB 198 50 1 -
CMYK 0 0.75 0.99 0.22
HSL 14.92º 0.99% 0.39% -
HSV(B) 14.92º 0.99% 0.78% -
XYZ 24.43 14.29 1.5 -
YUV 88.67 78.53 205.98 -
System Red Green Blue C M Y K H S L
Decimal 198 50 1 0 0.75 0.99 0.22 14.92 0.99 0.39
Hex C6 32 1 0 4B 63 16 F 63 27
Octal 306 62 1 0 113 143 26 17 143 47
Binary 11000110 110010 1 0 1001011 1100011 10110 1111 1100011 100111

Color Harmonies of #C63201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63201

Black with #C63201

Text Example


Text Example

White with #C63201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63201; }

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

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

background-color css

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

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

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

border-color css

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

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

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