Html Css Color HEX #C62401 Harley Davidson Orange

📋 copy color: '#C62401'

red 198 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #C62401

Tints of Harley Davidson Orange #C62401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 84.26%
G = 15.32%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62401 (or 0xC62401) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 01. RGB value is (198,36,1). Sum of RGB (Red+Green+Blue) = 198+36+1=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C62401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62401 is #39DBFE. Grayscale: #505050. Windows color (decimal): -3791871 or 74950. OLE color: 74950.

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

Color convert

RGB 198 36 1 -
CMYK 0 0.82 0.99 0.22
HSL 10.66º 0.99% 0.39% -
HSV(B) 10.66º 0.99% 0.78% -
XYZ 23.93 13.27 1.33 -
YUV 80.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 198 36 1 0 0.82 0.99 0.22 10.66 0.99 0.39
Hex C6 24 1 0 52 63 16 B 63 27
Octal 306 44 1 0 122 143 26 13 143 47
Binary 11000110 100100 1 0 1010010 1100011 10110 1011 1100011 100111

Color Harmonies of #C62401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62401

Black with #C62401

Text Example


Text Example

White with #C62401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62401; }

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

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

background-color css

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

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

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

border-color css

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

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

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