Html Css Color HEX #C7421A Harley Davidson Orange

📋 copy color: '#C7421A'

red 199 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #C7421A

Tints of Harley Davidson Orange #C7421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 68.38%
G = 22.68%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7421A (or 0xC7421A) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 1A. RGB value is (199,66,26). Sum of RGB (Red+Green+Blue) = 199+66+26=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7421A is #38BDE5. Grayscale: #656565. Windows color (decimal): -3718630 or 1721031. OLE color: 1721031.

HSL color Cylindrical-coordinate representation of color #C7421A: hue angle of 13.87º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7421A is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 66 26 -
CMYK 0 0.67 0.87 0.22
HSL 13.87º 0.77% 0.44% -
HSV(B) 13.87º 0.87% 0.78% -
XYZ 25.69 16.11 2.73 -
YUV 101.21 85.56 197.75 -
System Red Green Blue C M Y K H S L
Decimal 199 66 26 0 0.67 0.87 0.22 13.87 0.77 0.44
Hex C7 42 1A 0 43 57 16 E 4D 2C
Octal 307 102 32 0 103 127 26 16 115 54
Binary 11000111 1000010 11010 0 1000011 1010111 10110 1110 1001101 101100

Color Harmonies of #C7421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7421A

Black with #C7421A

Text Example


Text Example

White with #C7421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7421A; }

 p { color: rgb(199,66,26); }

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

background-color css

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

 a { background-color: rgb(199,66,26); }

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

border-color css

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

 span { border-color: rgb(199,66,26); }

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