Html Css Color HEX #C63A0E Harley Davidson Orange

📋 copy color: '#C63A0E'

red 198 ◦ green 58 ◦ blue 14

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

Shades of Harley Davidson Orange #C63A0E

Tints of Harley Davidson Orange #C63A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 73.33%
G = 21.48%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C63A0E (or 0xC63A0E) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 0E. RGB value is (198,58,14). Sum of RGB (Red+Green+Blue) = 198+58+14=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A0E is #39C5F1. Grayscale: #5F5F5F. Windows color (decimal): -3786226 or 932550. OLE color: 932550.

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

Color convert

RGB 198 58 14 -
CMYK 0 0.71 0.93 0.22
HSL 14.35º 0.87% 0.42% -
HSV(B) 14.35º 0.93% 0.78% -
XYZ 24.88 15.06 2.01 -
YUV 94.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 198 58 14 0 0.71 0.93 0.22 14.35 0.87 0.42
Hex C6 3A E 0 47 5D 16 E 57 2A
Octal 306 72 16 0 107 135 26 16 127 52
Binary 11000110 111010 1110 0 1000111 1011101 10110 1110 1010111 101010

Color Harmonies of #C63A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A0E

Black with #C63A0E

Text Example


Text Example

White with #C63A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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