Html Css Color HEX #C63404 Harley Davidson Orange

📋 copy color: '#C63404'

red 198 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #C63404

Tints of Harley Davidson Orange #C63404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 77.95%
G = 20.47%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C63404 (or 0xC63404) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 04. RGB value is (198,52,4). Sum of RGB (Red+Green+Blue) = 198+52+4=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C63404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63404 is #39CBFB. Grayscale: #5A5A5A. Windows color (decimal): -3787772 or 275654. OLE color: 275654.

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

Color convert

RGB 198 52 4 -
CMYK 0 0.74 0.98 0.22
HSL 14.85º 0.96% 0.4% -
HSV(B) 14.85º 0.98% 0.78% -
XYZ 24.54 14.47 1.61 -
YUV 90.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 198 52 4 0 0.74 0.98 0.22 14.85 0.96 0.4
Hex C6 34 4 0 4A 62 16 F 60 28
Octal 306 64 4 0 112 142 26 17 140 50
Binary 11000110 110100 100 0 1001010 1100010 10110 1111 1100000 101000

Color Harmonies of #C63404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63404

Black with #C63404

Text Example


Text Example

White with #C63404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63404; }

 p { color: rgb(198,52,4); }

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

background-color css

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

 a { background-color: rgb(198,52,4); }

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

border-color css

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

 span { border-color: rgb(198,52,4); }

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