Html Css Color HEX #C82304 Harley Davidson Orange

📋 copy color: '#C82304'

red 200 ◦ green 35 ◦ blue 4

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

Shades of Harley Davidson Orange #C82304

Tints of Harley Davidson Orange #C82304

RGB

 RED value IS 200 (78.52% from 255) = 83.68%

 GREEN value IS 35 (14.06% from 255) = 14.64%

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

R = 83.68%
G = 14.64%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C82304 (or 0xC82304) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 04. RGB value is (200,35,4). Sum of RGB (Red+Green+Blue) = 200+35+4=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C82304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82304 is #37DCFB. Grayscale: #515151. Windows color (decimal): -3661052 or 271304. OLE color: 271304.

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

Color convert

RGB 200 35 4 -
CMYK 0 0.82 0.98 0.22
HSL 9.49º 0.96% 0.4% -
HSV(B) 9.49º 0.98% 0.78% -
XYZ 24.44 13.49 1.43 -
YUV 80.8 84.66 213.02 -
System Red Green Blue C M Y K H S L
Decimal 200 35 4 0 0.82 0.98 0.22 9.49 0.96 0.4
Hex C8 23 4 0 52 62 16 9 60 28
Octal 310 43 4 0 122 142 26 11 140 50
Binary 11001000 100011 100 0 1010010 1100010 10110 1001 1100000 101000

Color Harmonies of #C82304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82304

Black with #C82304

Text Example


Text Example

White with #C82304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82304; }

 p { color: rgb(200,35,4); }

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

background-color css

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

 a { background-color: rgb(200,35,4); }

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

border-color css

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

 span { border-color: rgb(200,35,4); }

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