Html Css Color HEX #C82F02 Harley Davidson Orange

📋 copy color: '#C82F02'

red 200 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #C82F02

Tints of Harley Davidson Orange #C82F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 80.32%
G = 18.88%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C82F02 (or 0xC82F02) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 02. RGB value is (200,47,2). Sum of RGB (Red+Green+Blue) = 200+47+2=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F02 is #37D0FD. Grayscale: #575757. Windows color (decimal): -3657982 or 143304. OLE color: 143304.

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

Color convert

RGB 200 47 2 -
CMYK 0 0.76 0.99 0.22
HSL 13.64º 0.98% 0.4% -
HSV(B) 13.64º 0.99% 0.78% -
XYZ 24.85 14.32 1.51 -
YUV 87.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 200 47 2 0 0.76 0.99 0.22 13.64 0.98 0.4
Hex C8 2F 2 0 4C 63 16 E 62 28
Octal 310 57 2 0 114 143 26 16 142 50
Binary 11001000 101111 10 0 1001100 1100011 10110 1110 1100010 101000

Color Harmonies of #C82F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F02

Black with #C82F02

Text Example


Text Example

White with #C82F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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