Html Css Color HEX #C7431F Harley Davidson Orange

📋 copy color: '#C7431F'

red 199 ◦ green 67 ◦ blue 31

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

Shades of Harley Davidson Orange #C7431F

Tints of Harley Davidson Orange #C7431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 67%
G = 22.56%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7431F (or 0xC7431F) is known color: Harley Davidson Orange. HEX triplet: C7, 43 and 1F. RGB value is (199,67,31). Sum of RGB (Red+Green+Blue) = 199+67+31=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7431F is #38BCE0. Grayscale: #666666. Windows color (decimal): -3718369 or 2048967. OLE color: 2048967.

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

Color convert

RGB 199 67 31 -
CMYK 0 0.66 0.84 0.22
HSL 12.86º 0.73% 0.45% -
HSV(B) 12.86º 0.84% 0.78% -
XYZ 25.81 16.26 3.07 -
YUV 102.36 87.73 196.93 -
System Red Green Blue C M Y K H S L
Decimal 199 67 31 0 0.66 0.84 0.22 12.86 0.73 0.45
Hex C7 43 1F 0 42 54 16 D 49 2D
Octal 307 103 37 0 102 124 26 15 111 55
Binary 11000111 1000011 11111 0 1000010 1010100 10110 1101 1001001 101101

Color Harmonies of #C7431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7431F

Black with #C7431F

Text Example


Text Example

White with #C7431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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