Html Css Color HEX #C7241A Harley Davidson Orange

📋 copy color: '#C7241A'

red 199 ◦ green 36 ◦ blue 26

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

Shades of Harley Davidson Orange #C7241A

Tints of Harley Davidson Orange #C7241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 76.25%
G = 13.79%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7241A (or 0xC7241A) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 1A. RGB value is (199,36,26). Sum of RGB (Red+Green+Blue) = 199+36+26=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7241A is #38DBE5. Grayscale: #535353. Windows color (decimal): -3726310 or 1713351. OLE color: 1713351.

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

Color convert

RGB 199 36 26 -
CMYK 0 0.82 0.87 0.22
HSL 3.47º 0.77% 0.44% -
HSV(B) 3.47º 0.87% 0.78% -
XYZ 24.37 13.48 2.29 -
YUV 83.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 199 36 26 0 0.82 0.87 0.22 3.47 0.77 0.44
Hex C7 24 1A 0 52 57 16 3 4D 2C
Octal 307 44 32 0 122 127 26 3 115 54
Binary 11000111 100100 11010 0 1010010 1010111 10110 11 1001101 101100

Color Harmonies of #C7241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7241A

Black with #C7241A

Text Example


Text Example

White with #C7241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7241A; }

 p { color: rgb(199,36,26); }

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

background-color css

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

 a { background-color: rgb(199,36,26); }

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

border-color css

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

 span { border-color: rgb(199,36,26); }

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