Html Css Color HEX #C7230D Harley Davidson Orange

📋 copy color: '#C7230D'

red 199 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #C7230D

Tints of Harley Davidson Orange #C7230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 80.57%
G = 14.17%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7230D (or 0xC7230D) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 0D. RGB value is (199,35,13). Sum of RGB (Red+Green+Blue) = 199+35+13=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7230D is #38DCF2. Grayscale: #515151. Windows color (decimal): -3726579 or 861127. OLE color: 861127.

HSL color Cylindrical-coordinate representation of color #C7230D: hue angle of 7.1º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 13 -
CMYK 0 0.82 0.93 0.22
HSL 7.1º 0.88% 0.42% -
HSV(B) 7.1º 0.93% 0.78% -
XYZ 24.23 13.37 1.69 -
YUV 81.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 199 35 13 0 0.82 0.93 0.22 7.1 0.88 0.42
Hex C7 23 D 0 52 5D 16 7 58 2A
Octal 307 43 15 0 122 135 26 7 130 52
Binary 11000111 100011 1101 0 1010010 1011101 10110 111 1011000 101010

Color Harmonies of #C7230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7230D

Black with #C7230D

Text Example


Text Example

White with #C7230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7230D; }

 p { color: rgb(199,35,13); }

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

background-color css

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

 a { background-color: rgb(199,35,13); }

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

border-color css

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

 span { border-color: rgb(199,35,13); }

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