Html Css Color HEX #C82C07 Harley Davidson Orange

📋 copy color: '#C82C07'

red 200 ◦ green 44 ◦ blue 7

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

Shades of Harley Davidson Orange #C82C07

Tints of Harley Davidson Orange #C82C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 79.68%
G = 17.53%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C82C07 (or 0xC82C07) is known color: Harley Davidson Orange. HEX triplet: C8, 2C and 07. RGB value is (200,44,7). Sum of RGB (Red+Green+Blue) = 200+44+7=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82C07 is #37D3F8. Grayscale: #565656. Windows color (decimal): -3658745 or 470216. OLE color: 470216.

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

Color convert

RGB 200 44 7 -
CMYK 0 0.78 0.96 0.22
HSL 11.5º 0.93% 0.41% -
HSV(B) 11.5º 0.97% 0.78% -
XYZ 24.76 14.1 1.62 -
YUV 86.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 200 44 7 0 0.78 0.96 0.22 11.5 0.93 0.41
Hex C8 2C 7 0 4E 60 16 C 5D 29
Octal 310 54 7 0 116 140 26 14 135 51
Binary 11001000 101100 111 0 1001110 1100000 10110 1100 1011101 101001

Color Harmonies of #C82C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C07

Black with #C82C07

Text Example


Text Example

White with #C82C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C07; }

 p { color: rgb(200,44,7); }

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

background-color css

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

 a { background-color: rgb(200,44,7); }

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

border-color css

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

 span { border-color: rgb(200,44,7); }

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