Html Css Color HEX #C32F06 Harley Davidson Orange

📋 copy color: '#C32F06'

red 195 ◦ green 47 ◦ blue 6

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

Shades of Harley Davidson Orange #C32F06

Tints of Harley Davidson Orange #C32F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 78.63%
G = 18.95%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C32F06 (or 0xC32F06) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 06. RGB value is (195,47,6). Sum of RGB (Red+Green+Blue) = 195+47+6=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32F06 is #3CD0F9. Grayscale: #565656. Windows color (decimal): -3985658 or 405443. OLE color: 405443.

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

Color convert

RGB 195 47 6 -
CMYK 0 0.76 0.97 0.24
HSL 13.02º 0.94% 0.39% -
HSV(B) 13.02º 0.97% 0.76% -
XYZ 23.56 13.65 1.57 -
YUV 86.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 195 47 6 0 0.76 0.97 0.24 13.02 0.94 0.39
Hex C3 2F 6 0 4C 61 18 D 5E 27
Octal 303 57 6 0 114 141 30 15 136 47
Binary 11000011 101111 110 0 1001100 1100001 11000 1101 1011110 100111

Color Harmonies of #C32F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F06

Black with #C32F06

Text Example


Text Example

White with #C32F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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