Html Css Color HEX #C63003 Harley Davidson Orange

📋 copy color: '#C63003'

red 198 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #C63003

Tints of Harley Davidson Orange #C63003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 79.52%
G = 19.28%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C63003 (or 0xC63003) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 03. RGB value is (198,48,3). Sum of RGB (Red+Green+Blue) = 198+48+3=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C63003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63003 is #39CFFC. Grayscale: #585858. Windows color (decimal): -3788797 or 209094. OLE color: 209094.

HSL color Cylindrical-coordinate representation of color #C63003: hue angle of 13.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C63003 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 3 -
CMYK 0 0.76 0.98 0.22
HSL 13.85º 0.97% 0.39% -
HSV(B) 13.85º 0.98% 0.78% -
XYZ 24.36 14.13 1.53 -
YUV 87.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 198 48 3 0 0.76 0.98 0.22 13.85 0.97 0.39
Hex C6 30 3 0 4C 62 16 E 61 27
Octal 306 60 3 0 114 142 26 16 141 47
Binary 11000110 110000 11 0 1001100 1100010 10110 1110 1100001 100111

Color Harmonies of #C63003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63003

Black with #C63003

Text Example


Text Example

White with #C63003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63003; }

 p { color: rgb(198,48,3); }

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

background-color css

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

 a { background-color: rgb(198,48,3); }

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

border-color css

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

 span { border-color: rgb(198,48,3); }

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