Html Css Color HEX #C32F00 Harley Davidson Orange

📋 copy color: '#C32F00'

red 195 ◦ green 47 ◦ blue 0

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

Shades of Harley Davidson Orange #C32F00

Tints of Harley Davidson Orange #C32F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.58%
G = 19.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C32F00 (or 0xC32F00) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 00. RGB value is (195,47,0). Sum of RGB (Red+Green+Blue) = 195+47+0=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32F00 is #3CD0FF. Grayscale: #565656. Windows color (decimal): -3985664 or 12227. OLE color: 12227.

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

Color convert

RGB 195 47 0 -
CMYK 0 0.76 1 0.24
HSL 14.46º 1% 0.38% -
HSV(B) 14.46º 1% 0.76% -
XYZ 23.52 13.64 1.39 -
YUV 85.89 79.53 205.82 -
System Red Green Blue C M Y K H S L
Decimal 195 47 0 0 0.76 1 0.24 14.46 1 0.38
Hex C3 2F 0 0 4C 64 18 E 64 26
Octal 303 57 0 0 114 144 30 16 144 46
Binary 11000011 101111 0 0 1001100 1100100 11000 1110 1100100 100110

Color Harmonies of #C32F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F00

Black with #C32F00

Text Example


Text Example

White with #C32F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F00; }

 p { color: rgb(195,47,0); }

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

background-color css

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

 a { background-color: rgb(195,47,0); }

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

border-color css

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

 span { border-color: rgb(195,47,0); }

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