Html Css Color HEX #C7200A Harley Davidson Orange

📋 copy color: '#C7200A'

red 199 ◦ green 32 ◦ blue 10

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

Shades of Harley Davidson Orange #C7200A

Tints of Harley Davidson Orange #C7200A

RGB

 RED value IS 199 (78.13% from 255) = 82.57%

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 82.57%
G = 13.28%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7200A (or 0xC7200A) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 0A. RGB value is (199,32,10). Sum of RGB (Red+Green+Blue) = 199+32+10=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C7200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7200A is #38DFF5. Grayscale: #4F4F4F. Windows color (decimal): -3727350 or 663751. OLE color: 663751.

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

Color convert

RGB 199 32 10 -
CMYK 0 0.84 0.95 0.22
HSL 6.98º 0.9% 0.41% -
HSV(B) 6.98º 0.95% 0.78% -
XYZ 24.12 13.2 1.56 -
YUV 79.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 199 32 10 0 0.84 0.95 0.22 6.98 0.9 0.41
Hex C7 20 A 0 54 5F 16 7 5A 29
Octal 307 40 12 0 124 137 26 7 132 51
Binary 11000111 100000 1010 0 1010100 1011111 10110 111 1011010 101001

Color Harmonies of #C7200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7200A

Black with #C7200A

Text Example


Text Example

White with #C7200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7200A; }

 p { color: rgb(199,32,10); }

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

background-color css

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

 a { background-color: rgb(199,32,10); }

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

border-color css

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

 span { border-color: rgb(199,32,10); }

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