Html Css Color HEX #C32609 Harley Davidson Orange

📋 copy color: '#C32609'

red 195 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #C32609

Tints of Harley Davidson Orange #C32609

RGB

 RED value IS 195 (76.56% from 255) = 80.58%

 GREEN value IS 38 (15.23% from 255) = 15.7%

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

R = 80.58%
G = 15.7%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C32609 (or 0xC32609) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 09. RGB value is (195,38,9). Sum of RGB (Red+Green+Blue) = 195+38+9=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32609 is #3CD9F6. Grayscale: #515151. Windows color (decimal): -3987959 or 599747. OLE color: 599747.

HSL color Cylindrical-coordinate representation of color #C32609: hue angle of 9.35º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C32609 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 9 -
CMYK 0 0.81 0.95 0.24
HSL 9.35º 0.91% 0.4% -
HSV(B) 9.35º 0.95% 0.76% -
XYZ 23.25 13.01 1.54 -
YUV 81.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 195 38 9 0 0.81 0.95 0.24 9.35 0.91 0.4
Hex C3 26 9 0 51 5F 18 9 5B 28
Octal 303 46 11 0 121 137 30 11 133 50
Binary 11000011 100110 1001 0 1010001 1011111 11000 1001 1011011 101000

Color Harmonies of #C32609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32609

Black with #C32609

Text Example


Text Example

White with #C32609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32609; }

 p { color: rgb(195,38,9); }

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

background-color css

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

 a { background-color: rgb(195,38,9); }

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

border-color css

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

 span { border-color: rgb(195,38,9); }

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