Html Css Color HEX #C72D1F Harley Davidson Orange

📋 copy color: '#C72D1F'

red 199 ◦ green 45 ◦ blue 31

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

Shades of Harley Davidson Orange #C72D1F

Tints of Harley Davidson Orange #C72D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 72.36%
G = 16.36%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C72D1F (or 0xC72D1F) is known color: Harley Davidson Orange. HEX triplet: C7, 2D and 1F. RGB value is (199,45,31). Sum of RGB (Red+Green+Blue) = 199+45+31=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D1F is #38D2E0. Grayscale: #595959. Windows color (decimal): -3724001 or 2043335. OLE color: 2043335.

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

Color convert

RGB 199 45 31 -
CMYK 0 0.77 0.84 0.22
HSL 0.73% 0.45% -
HSV(B) 0.84% 0.78% -
XYZ 24.74 14.12 2.72 -
YUV 89.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 199 45 31 0 0.77 0.84 0.22 5 0.73 0.45
Hex C7 2D 1F 0 4D 54 16 5 49 2D
Octal 307 55 37 0 115 124 26 5 111 55
Binary 11000111 101101 11111 0 1001101 1010100 10110 101 1001001 101101

Color Harmonies of #C72D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72D1F

Black with #C72D1F

Text Example


Text Example

White with #C72D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72D1F; }

 p { color: rgb(199,45,31); }

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

background-color css

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

 a { background-color: rgb(199,45,31); }

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

border-color css

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

 span { border-color: rgb(199,45,31); }

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