Html Css Color HEX #C63C0D Harley Davidson Orange

📋 copy color: '#C63C0D'

red 198 ◦ green 60 ◦ blue 13

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

Shades of Harley Davidson Orange #C63C0D

Tints of Harley Davidson Orange #C63C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 73.06%
G = 22.14%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C63C0D (or 0xC63C0D) is known color: Harley Davidson Orange. HEX triplet: C6, 3C and 0D. RGB value is (198,60,13). Sum of RGB (Red+Green+Blue) = 198+60+13=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63C0D is #39C3F2. Grayscale: #606060. Windows color (decimal): -3785715 or 867526. OLE color: 867526.

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

Color convert

RGB 198 60 13 -
CMYK 0 0.70 0.93 0.22
HSL 15.24º 0.88% 0.41% -
HSV(B) 15.24º 0.93% 0.78% -
XYZ 24.98 15.27 2.01 -
YUV 95.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 198 60 13 0 0.70 0.93 0.22 15.24 0.88 0.41
Hex C6 3C D 0 46 5D 16 F 58 29
Octal 306 74 15 0 106 135 26 17 130 51
Binary 11000110 111100 1101 0 1000110 1011101 10110 1111 1011000 101001

Color Harmonies of #C63C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C0D

Black with #C63C0D

Text Example


Text Example

White with #C63C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C0D; }

 p { color: rgb(198,60,13); }

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

background-color css

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

 a { background-color: rgb(198,60,13); }

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

border-color css

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

 span { border-color: rgb(198,60,13); }

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