Html Css Color HEX #C82C1F Harley Davidson Orange

📋 copy color: '#C82C1F'

red 200 ◦ green 44 ◦ blue 31

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

Shades of Harley Davidson Orange #C82C1F

Tints of Harley Davidson Orange #C82C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 72.73%
G = 16%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82C1F (or 0xC82C1F) is known color: Harley Davidson Orange. HEX triplet: C8, 2C and 1F. RGB value is (200,44,31). Sum of RGB (Red+Green+Blue) = 200+44+31=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C1F is #37D3E0. Grayscale: #595959. Windows color (decimal): -3658721 or 2043080. OLE color: 2043080.

HSL color Cylindrical-coordinate representation of color #C82C1F: hue angle of 4.62º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C82C1F is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 44 31 -
CMYK 0 0.78 0.84 0.22
HSL 4.62º 0.73% 0.45% -
HSV(B) 4.62º 0.85% 0.78% -
XYZ 24.97 14.18 2.72 -
YUV 89.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 200 44 31 0 0.78 0.84 0.22 4.62 0.73 0.45
Hex C8 2C 1F 0 4E 54 16 5 49 2D
Octal 310 54 37 0 116 124 26 5 111 55
Binary 11001000 101100 11111 0 1001110 1010100 10110 101 1001001 101101

Color Harmonies of #C82C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C1F

Black with #C82C1F

Text Example


Text Example

White with #C82C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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