Html Css Color HEX #C7231B Harley Davidson Orange

📋 copy color: '#C7231B'

red 199 ◦ green 35 ◦ blue 27

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

Shades of Harley Davidson Orange #C7231B

Tints of Harley Davidson Orange #C7231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 76.25%
G = 13.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7231B (or 0xC7231B) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 1B. RGB value is (199,35,27). Sum of RGB (Red+Green+Blue) = 199+35+27=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7231B is #38DCE4. Grayscale: #535353. Windows color (decimal): -3726565 or 1778631. OLE color: 1778631.

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

Color convert

RGB 199 35 27 -
CMYK 0 0.82 0.86 0.22
HSL 2.79º 0.76% 0.44% -
HSV(B) 2.79º 0.86% 0.78% -
XYZ 24.35 13.42 2.34 -
YUV 83.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 199 35 27 0 0.82 0.86 0.22 2.79 0.76 0.44
Hex C7 23 1B 0 52 56 16 3 4C 2C
Octal 307 43 33 0 122 126 26 3 114 54
Binary 11000111 100011 11011 0 1010010 1010110 10110 11 1001100 101100

Color Harmonies of #C7231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7231B

Black with #C7231B

Text Example


Text Example

White with #C7231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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