Html Css Color HEX #C62905 Harley Davidson Orange

📋 copy color: '#C62905'

red 198 ◦ green 41 ◦ blue 5

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

Shades of Harley Davidson Orange #C62905

Tints of Harley Davidson Orange #C62905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 81.15%
G = 16.8%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C62905 (or 0xC62905) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 05. RGB value is (198,41,5). Sum of RGB (Red+Green+Blue) = 198+41+5=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C62905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62905 is #39D6FA. Grayscale: #545454. Windows color (decimal): -3790587 or 338374. OLE color: 338374.

HSL color Cylindrical-coordinate representation of color #C62905: hue angle of 11.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C62905 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 41 5 -
CMYK 0 0.79 0.97 0.22
HSL 11.19º 0.95% 0.4% -
HSV(B) 11.19º 0.97% 0.78% -
XYZ 24.11 13.6 1.5 -
YUV 83.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 198 41 5 0 0.79 0.97 0.22 11.19 0.95 0.4
Hex C6 29 5 0 4F 61 16 B 5F 28
Octal 306 51 5 0 117 141 26 13 137 50
Binary 11000110 101001 101 0 1001111 1100001 10110 1011 1011111 101000

Color Harmonies of #C62905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62905

Black with #C62905

Text Example


Text Example

White with #C62905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62905; }

 p { color: rgb(198,41,5); }

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

background-color css

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

 a { background-color: rgb(198,41,5); }

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

border-color css

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

 span { border-color: rgb(198,41,5); }

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