Html Css Color HEX #C7251B Harley Davidson Orange

📋 copy color: '#C7251B'

red 199 ◦ green 37 ◦ blue 27

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

Shades of Harley Davidson Orange #C7251B

Tints of Harley Davidson Orange #C7251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

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

R = 75.67%
G = 14.07%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7251B (or 0xC7251B) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 1B. RGB value is (199,37,27). Sum of RGB (Red+Green+Blue) = 199+37+27=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7251B is #38DAE4. Grayscale: #545454. Windows color (decimal): -3726053 or 1779143. OLE color: 1779143.

HSL color Cylindrical-coordinate representation of color #C7251B: hue angle of 3.49º 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 #C7251B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 27 -
CMYK 0 0.81 0.86 0.22
HSL 3.49º 0.76% 0.44% -
HSV(B) 3.49º 0.86% 0.78% -
XYZ 24.41 13.54 2.36 -
YUV 84.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 199 37 27 0 0.81 0.86 0.22 3.49 0.76 0.44
Hex C7 25 1B 0 51 56 16 3 4C 2C
Octal 307 45 33 0 121 126 26 3 114 54
Binary 11000111 100101 11011 0 1010001 1010110 10110 11 1001100 101100

Color Harmonies of #C7251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7251B

Black with #C7251B

Text Example


Text Example

White with #C7251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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