Html Css Color HEX #C62D09 Harley Davidson Orange

📋 copy color: '#C62D09'

red 198 ◦ green 45 ◦ blue 9

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

Shades of Harley Davidson Orange #C62D09

Tints of Harley Davidson Orange #C62D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 78.57%
G = 17.86%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C62D09 (or 0xC62D09) is known color: Harley Davidson Orange. HEX triplet: C6, 2D and 09. RGB value is (198,45,9). Sum of RGB (Red+Green+Blue) = 198+45+9=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62D09 is #39D2F6. Grayscale: #565656. Windows color (decimal): -3789559 or 601542. OLE color: 601542.

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

Color convert

RGB 198 45 9 -
CMYK 0 0.77 0.95 0.22
HSL 11.43º 0.91% 0.41% -
HSV(B) 11.43º 0.95% 0.78% -
XYZ 24.28 13.9 1.66 -
YUV 86.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 198 45 9 0 0.77 0.95 0.22 11.43 0.91 0.41
Hex C6 2D 9 0 4D 5F 16 B 5B 29
Octal 306 55 11 0 115 137 26 13 133 51
Binary 11000110 101101 1001 0 1001101 1011111 10110 1011 1011011 101001

Color Harmonies of #C62D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D09

Black with #C62D09

Text Example


Text Example

White with #C62D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D09; }

 p { color: rgb(198,45,9); }

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

background-color css

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

 a { background-color: rgb(198,45,9); }

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

border-color css

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

 span { border-color: rgb(198,45,9); }

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