Html Css Color HEX #C62F1B Harley Davidson Orange

📋 copy color: '#C62F1B'

red 198 ◦ green 47 ◦ blue 27

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

Shades of Harley Davidson Orange #C62F1B

Tints of Harley Davidson Orange #C62F1B

RGB

 RED value IS 198 (77.73% from 255) = 72.79%

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

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

R = 72.79%
G = 17.28%
B = 9.93%

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

#C62F1B (or 0xC62F1B) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 1B. RGB value is (198,47,27). Sum of RGB (Red+Green+Blue) = 198+47+27=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F1B is #39D0E4. Grayscale: #5A5A5A. Windows color (decimal): -3789029 or 1781702. OLE color: 1781702.

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

Color convert

RGB 198 47 27 -
CMYK 0 0.76 0.86 0.22
HSL 7.02º 0.76% 0.44% -
HSV(B) 7.02º 0.86% 0.78% -
XYZ 24.5 14.12 2.47 -
YUV 89.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 198 47 27 0 0.76 0.86 0.22 7.02 0.76 0.44
Hex C6 2F 1B 0 4C 56 16 7 4C 2C
Octal 306 57 33 0 114 126 26 7 114 54
Binary 11000110 101111 11011 0 1001100 1010110 10110 111 1001100 101100

Color Harmonies of #C62F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F1B

Black with #C62F1B

Text Example


Text Example

White with #C62F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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