Html Css Color HEX #C82F0D Harley Davidson Orange

📋 copy color: '#C82F0D'

red 200 ◦ green 47 ◦ blue 13

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

Shades of Harley Davidson Orange #C82F0D

Tints of Harley Davidson Orange #C82F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.08%

 BLUE value IS 13 (5.47% from 255) = 5%

R = 76.92%
G = 18.08%
B = 5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C82F0D (or 0xC82F0D) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 0D. RGB value is (200,47,13). Sum of RGB (Red+Green+Blue) = 200+47+13=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F0D is #37D0F2. Grayscale: #595959. Windows color (decimal): -3657971 or 864200. OLE color: 864200.

HSL color Cylindrical-coordinate representation of color #C82F0D: hue angle of 10.91º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C82F0D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 13 -
CMYK 0 0.76 0.94 0.22
HSL 10.91º 0.88% 0.42% -
HSV(B) 10.91º 0.94% 0.78% -
XYZ 24.91 14.34 1.84 -
YUV 88.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 200 47 13 0 0.76 0.94 0.22 10.91 0.88 0.42
Hex C8 2F D 0 4C 5E 16 B 58 2A
Octal 310 57 15 0 114 136 26 13 130 52
Binary 11001000 101111 1101 0 1001100 1011110 10110 1011 1011000 101010

Color Harmonies of #C82F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F0D

Black with #C82F0D

Text Example


Text Example

White with #C82F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F0D; }

 p { color: rgb(200,47,13); }

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

background-color css

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

 a { background-color: rgb(200,47,13); }

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

border-color css

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

 span { border-color: rgb(200,47,13); }

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