Html Css Color HEX #C63A1C Harley Davidson Orange

📋 copy color: '#C63A1C'

red 198 ◦ green 58 ◦ blue 28

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

Shades of Harley Davidson Orange #C63A1C

Tints of Harley Davidson Orange #C63A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 69.72%
G = 20.42%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C63A1C (or 0xC63A1C) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 1C. RGB value is (198,58,28). Sum of RGB (Red+Green+Blue) = 198+58+28=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A1C is #39C5E3. Grayscale: #606060. Windows color (decimal): -3786212 or 1850054. OLE color: 1850054.

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

Color convert

RGB 198 58 28 -
CMYK 0 0.71 0.86 0.22
HSL 10.59º 0.75% 0.44% -
HSV(B) 10.59º 0.86% 0.78% -
XYZ 25.01 15.12 2.7 -
YUV 96.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 198 58 28 0 0.71 0.86 0.22 10.59 0.75 0.44
Hex C6 3A 1C 0 47 56 16 B 4B 2C
Octal 306 72 34 0 107 126 26 13 113 54
Binary 11000110 111010 11100 0 1000111 1010110 10110 1011 1001011 101100

Color Harmonies of #C63A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A1C

Black with #C63A1C

Text Example


Text Example

White with #C63A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A1C; }

 p { color: rgb(198,58,28); }

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

background-color css

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

 a { background-color: rgb(198,58,28); }

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

border-color css

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

 span { border-color: rgb(198,58,28); }

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