Html Css Color HEX #C63808 Harley Davidson Orange

📋 copy color: '#C63808'

red 198 ◦ green 56 ◦ blue 8

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

Shades of Harley Davidson Orange #C63808

Tints of Harley Davidson Orange #C63808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 75.57%
G = 21.37%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C63808 (or 0xC63808) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 08. RGB value is (198,56,8). Sum of RGB (Red+Green+Blue) = 198+56+8=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C63808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63808 is #39C7F7. Grayscale: #5D5D5D. Windows color (decimal): -3786744 or 538822. OLE color: 538822.

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

Color convert

RGB 198 56 8 -
CMYK 0 0.72 0.96 0.22
HSL 15.16º 0.92% 0.4% -
HSV(B) 15.16º 0.96% 0.78% -
XYZ 24.75 14.85 1.79 -
YUV 92.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 198 56 8 0 0.72 0.96 0.22 15.16 0.92 0.4
Hex C6 38 8 0 48 60 16 F 5C 28
Octal 306 70 10 0 110 140 26 17 134 50
Binary 11000110 111000 1000 0 1001000 1100000 10110 1111 1011100 101000

Color Harmonies of #C63808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63808

Black with #C63808

Text Example


Text Example

White with #C63808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63808; }

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

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

background-color css

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

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

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

border-color css

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

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

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