Html Css Color HEX #C7431C Harley Davidson Orange

📋 copy color: '#C7431C'

red 199 ◦ green 67 ◦ blue 28

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

Shades of Harley Davidson Orange #C7431C

Tints of Harley Davidson Orange #C7431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 67.69%
G = 22.79%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7431C (or 0xC7431C) is known color: Harley Davidson Orange. HEX triplet: C7, 43 and 1C. RGB value is (199,67,28). Sum of RGB (Red+Green+Blue) = 199+67+28=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7431C is #38BCE3. Grayscale: #666666. Windows color (decimal): -3718372 or 1852359. OLE color: 1852359.

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

Color convert

RGB 199 67 28 -
CMYK 0 0.66 0.86 0.22
HSL 13.68º 0.75% 0.45% -
HSV(B) 13.68º 0.86% 0.78% -
XYZ 25.77 16.24 2.88 -
YUV 102.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 199 67 28 0 0.66 0.86 0.22 13.68 0.75 0.45
Hex C7 43 1C 0 42 56 16 E 4B 2D
Octal 307 103 34 0 102 126 26 16 113 55
Binary 11000111 1000011 11100 0 1000010 1010110 10110 1110 1001011 101101

Color Harmonies of #C7431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7431C

Black with #C7431C

Text Example


Text Example

White with #C7431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7431C; }

 p { color: rgb(199,67,28); }

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

background-color css

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

 a { background-color: rgb(199,67,28); }

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

border-color css

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

 span { border-color: rgb(199,67,28); }

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