Html Css Color HEX #C63712 Harley Davidson Orange

📋 copy color: '#C63712'

red 198 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #C63712

Tints of Harley Davidson Orange #C63712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 73.06%
G = 20.3%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C63712 (or 0xC63712) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 12. RGB value is (198,55,18). Sum of RGB (Red+Green+Blue) = 198+55+18=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63712 is #39C8ED. Grayscale: #5D5D5D. Windows color (decimal): -3786990 or 1193926. OLE color: 1193926.

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

Color convert

RGB 198 55 18 -
CMYK 0 0.72 0.91 0.22
HSL 12.33º 0.83% 0.42% -
HSV(B) 12.33º 0.91% 0.78% -
XYZ 24.76 14.78 2.12 -
YUV 93.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 198 55 18 0 0.72 0.91 0.22 12.33 0.83 0.42
Hex C6 37 12 0 48 5B 16 C 53 2A
Octal 306 67 22 0 110 133 26 14 123 52
Binary 11000110 110111 10010 0 1001000 1011011 10110 1100 1010011 101010

Color Harmonies of #C63712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63712

Black with #C63712

Text Example


Text Example

White with #C63712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63712; }

 p { color: rgb(198,55,18); }

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

background-color css

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

 a { background-color: rgb(198,55,18); }

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

border-color css

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

 span { border-color: rgb(198,55,18); }

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