Html Css Color HEX #C63D14 Harley Davidson Orange

📋 copy color: '#C63D14'

red 198 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #C63D14

Tints of Harley Davidson Orange #C63D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.86%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 70.97%
G = 21.86%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C63D14 (or 0xC63D14) is known color: Harley Davidson Orange. HEX triplet: C6, 3D and 14. RGB value is (198,61,20). Sum of RGB (Red+Green+Blue) = 198+61+20=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D14 is #39C2EB. Grayscale: #616161. Windows color (decimal): -3785452 or 1326534. OLE color: 1326534.

HSL color Cylindrical-coordinate representation of color #C63D14: hue angle of 13.82º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C63D14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 20 -
CMYK 0 0.69 0.90 0.22
HSL 13.82º 0.82% 0.43% -
HSV(B) 13.82º 0.9% 0.78% -
XYZ 25.08 15.39 2.31 -
YUV 97.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 198 61 20 0 0.69 0.90 0.22 13.82 0.82 0.43
Hex C6 3D 14 0 45 5A 16 E 52 2B
Octal 306 75 24 0 105 132 26 16 122 53
Binary 11000110 111101 10100 0 1000101 1011010 10110 1110 1010010 101011

Color Harmonies of #C63D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D14

Black with #C63D14

Text Example


Text Example

White with #C63D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D14; }

 p { color: rgb(198,61,20); }

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

background-color css

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

 a { background-color: rgb(198,61,20); }

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

border-color css

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

 span { border-color: rgb(198,61,20); }

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