Html Css Color HEX #C62A01 Harley Davidson Orange

📋 copy color: '#C62A01'

red 198 ◦ green 42 ◦ blue 1

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

Shades of Harley Davidson Orange #C62A01

Tints of Harley Davidson Orange #C62A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 82.16%
G = 17.43%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62A01 (or 0xC62A01) is known color: Harley Davidson Orange. HEX triplet: C6, 2A and 01. RGB value is (198,42,1). Sum of RGB (Red+Green+Blue) = 198+42+1=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62A01 is #39D5FE. Grayscale: #545454. Windows color (decimal): -3790335 or 76486. OLE color: 76486.

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

Color convert

RGB 198 42 1 -
CMYK 0 0.79 0.99 0.22
HSL 12.49º 0.99% 0.39% -
HSV(B) 12.49º 0.99% 0.78% -
XYZ 24.12 13.66 1.39 -
YUV 83.97 81.18 209.33 -
System Red Green Blue C M Y K H S L
Decimal 198 42 1 0 0.79 0.99 0.22 12.49 0.99 0.39
Hex C6 2A 1 0 4F 63 16 C 63 27
Octal 306 52 1 0 117 143 26 14 143 47
Binary 11000110 101010 1 0 1001111 1100011 10110 1100 1100011 100111

Color Harmonies of #C62A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A01

Black with #C62A01

Text Example


Text Example

White with #C62A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A01; }

 p { color: rgb(198,42,1); }

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

background-color css

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

 a { background-color: rgb(198,42,1); }

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

border-color css

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

 span { border-color: rgb(198,42,1); }

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