Html Css Color HEX #C63F0E Harley Davidson Orange

📋 copy color: '#C63F0E'

red 198 ◦ green 63 ◦ blue 14

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

Shades of Harley Davidson Orange #C63F0E

Tints of Harley Davidson Orange #C63F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

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

R = 72%
G = 22.91%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C63F0E (or 0xC63F0E) is known color: Harley Davidson Orange. HEX triplet: C6, 3F and 0E. RGB value is (198,63,14). Sum of RGB (Red+Green+Blue) = 198+63+14=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63F0E is #39C0F1. Grayscale: #626262. Windows color (decimal): -3784946 or 933830. OLE color: 933830.

HSL color Cylindrical-coordinate representation of color #C63F0E: hue angle of 15.98º 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 #C63F0E is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 14 -
CMYK 0 0.68 0.93 0.22
HSL 15.98º 0.87% 0.42% -
HSV(B) 15.98º 0.93% 0.78% -
XYZ 25.15 15.59 2.1 -
YUV 97.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 198 63 14 0 0.68 0.93 0.22 15.98 0.87 0.42
Hex C6 3F E 0 44 5D 16 10 57 2A
Octal 306 77 16 0 104 135 26 20 127 52
Binary 11000110 111111 1110 0 1000100 1011101 10110 10000 1010111 101010

Color Harmonies of #C63F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F0E

Black with #C63F0E

Text Example


Text Example

White with #C63F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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