Html Css Color HEX #C72F1B Harley Davidson Orange

📋 copy color: '#C72F1B'

red 199 ◦ green 47 ◦ blue 27

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

Shades of Harley Davidson Orange #C72F1B

Tints of Harley Davidson Orange #C72F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

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

R = 72.89%
G = 17.22%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C72F1B (or 0xC72F1B) is known color: Harley Davidson Orange. HEX triplet: C7, 2F and 1B. RGB value is (199,47,27). Sum of RGB (Red+Green+Blue) = 199+47+27=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F1B is #38D0E4. Grayscale: #5A5A5A. Windows color (decimal): -3723493 or 1781703. OLE color: 1781703.

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

Color convert

RGB 199 47 27 -
CMYK 0 0.76 0.86 0.22
HSL 6.98º 0.76% 0.44% -
HSV(B) 6.98º 0.86% 0.78% -
XYZ 24.77 14.25 2.48 -
YUV 90.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 199 47 27 0 0.76 0.86 0.22 6.98 0.76 0.44
Hex C7 2F 1B 0 4C 56 16 7 4C 2C
Octal 307 57 33 0 114 126 26 7 114 54
Binary 11000111 101111 11011 0 1001100 1010110 10110 111 1001100 101100

Color Harmonies of #C72F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F1B

Black with #C72F1B

Text Example


Text Example

White with #C72F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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