Html Css Color HEX #C82305 Harley Davidson Orange

📋 copy color: '#C82305'

red 200 ◦ green 35 ◦ blue 5

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

Shades of Harley Davidson Orange #C82305

Tints of Harley Davidson Orange #C82305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 83.33%
G = 14.58%
B = 2.08%

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

#C82305 (or 0xC82305) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 05. RGB value is (200,35,5). Sum of RGB (Red+Green+Blue) = 200+35+5=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C82305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82305 is #37DCFA. Grayscale: #515151. Windows color (decimal): -3661051 or 336840. OLE color: 336840.

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

Color convert

RGB 200 35 5 -
CMYK 0 0.82 0.98 0.22
HSL 9.23º 0.95% 0.4% -
HSV(B) 9.23º 0.98% 0.78% -
XYZ 24.45 13.49 1.46 -
YUV 80.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 200 35 5 0 0.82 0.98 0.22 9.23 0.95 0.4
Hex C8 23 5 0 52 62 16 9 5F 28
Octal 310 43 5 0 122 142 26 11 137 50
Binary 11001000 100011 101 0 1010010 1100010 10110 1001 1011111 101000

Color Harmonies of #C82305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82305

Black with #C82305

Text Example


Text Example

White with #C82305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82305; }

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

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

background-color css

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

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

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

border-color css

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

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

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