Html Css Color HEX #C63622 Harley Davidson Orange

📋 copy color: '#C63622'

red 198 ◦ green 54 ◦ blue 34

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

Shades of Harley Davidson Orange #C63622

Tints of Harley Davidson Orange #C63622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 69.23%
G = 18.88%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C63622 (or 0xC63622) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 22. RGB value is (198,54,34). Sum of RGB (Red+Green+Blue) = 198+54+34=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C63622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63622 is #39C9DD. Grayscale: #5E5E5E. Windows color (decimal): -3787230 or 2242246. OLE color: 2242246.

HSL color Cylindrical-coordinate representation of color #C63622: hue angle of 7.32º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C63622 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 34 -
CMYK 0 0.73 0.83 0.22
HSL 7.32º 0.71% 0.45% -
HSV(B) 7.32º 0.83% 0.78% -
XYZ 24.9 14.76 3.05 -
YUV 94.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 198 54 34 0 0.73 0.83 0.22 7.32 0.71 0.45
Hex C6 36 22 0 49 53 16 7 47 2D
Octal 306 66 42 0 111 123 26 7 107 55
Binary 11000110 110110 100010 0 1001001 1010011 10110 111 1000111 101101

Color Harmonies of #C63622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63622

Black with #C63622

Text Example


Text Example

White with #C63622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63622; }

 p { color: rgb(198,54,34); }

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

background-color css

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

 a { background-color: rgb(198,54,34); }

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

border-color css

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

 span { border-color: rgb(198,54,34); }

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