Html Css Color HEX #C63818 Harley Davidson Orange

📋 copy color: '#C63818'

red 198 ◦ green 56 ◦ blue 24

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

Shades of Harley Davidson Orange #C63818

Tints of Harley Davidson Orange #C63818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 71.22%
G = 20.14%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C63818 (or 0xC63818) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 18. RGB value is (198,56,24). Sum of RGB (Red+Green+Blue) = 198+56+24=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C63818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63818 is #39C7E7. Grayscale: #5F5F5F. Windows color (decimal): -3786728 or 1587398. OLE color: 1587398.

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

Color convert

RGB 198 56 24 -
CMYK 0 0.72 0.88 0.22
HSL 11.03º 0.78% 0.44% -
HSV(B) 11.03º 0.88% 0.78% -
XYZ 24.87 14.9 2.43 -
YUV 94.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 198 56 24 0 0.72 0.88 0.22 11.03 0.78 0.44
Hex C6 38 18 0 48 58 16 B 4E 2C
Octal 306 70 30 0 110 130 26 13 116 54
Binary 11000110 111000 11000 0 1001000 1011000 10110 1011 1001110 101100

Color Harmonies of #C63818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63818

Black with #C63818

Text Example


Text Example

White with #C63818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63818; }

 p { color: rgb(198,56,24); }

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

background-color css

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

 a { background-color: rgb(198,56,24); }

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

border-color css

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

 span { border-color: rgb(198,56,24); }

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