Html Css Color HEX #C63A02 Harley Davidson Orange

📋 copy color: '#C63A02'

red 198 ◦ green 58 ◦ blue 2

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

Shades of Harley Davidson Orange #C63A02

Tints of Harley Davidson Orange #C63A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

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

R = 76.74%
G = 22.48%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C63A02 (or 0xC63A02) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 02. RGB value is (198,58,2). Sum of RGB (Red+Green+Blue) = 198+58+2=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A02 is #39C5FD. Grayscale: #5D5D5D. Windows color (decimal): -3786238 or 146118. OLE color: 146118.

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

Color convert

RGB 198 58 2 -
CMYK 0 0.71 0.99 0.22
HSL 17.14º 0.98% 0.39% -
HSV(B) 17.14º 0.99% 0.78% -
XYZ 24.81 15.04 1.65 -
YUV 93.48 76.38 202.55 -
System Red Green Blue C M Y K H S L
Decimal 198 58 2 0 0.71 0.99 0.22 17.14 0.98 0.39
Hex C6 3A 2 0 47 63 16 11 62 27
Octal 306 72 2 0 107 143 26 21 142 47
Binary 11000110 111010 10 0 1000111 1100011 10110 10001 1100010 100111

Color Harmonies of #C63A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A02

Black with #C63A02

Text Example


Text Example

White with #C63A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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