Html Css Color HEX #C3200F Harley Davidson Orange

📋 copy color: '#C3200F'

red 195 ◦ green 32 ◦ blue 15

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

Shades of Harley Davidson Orange #C3200F

Tints of Harley Davidson Orange #C3200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 80.58%
G = 13.22%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3200F (or 0xC3200F) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 0F. RGB value is (195,32,15). Sum of RGB (Red+Green+Blue) = 195+32+15=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C3200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3200F is #3CDFF0. Grayscale: #4F4F4F. Windows color (decimal): -3989489 or 991427. OLE color: 991427.

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

Color convert

RGB 195 32 15 -
CMYK 0 0.84 0.92 0.24
HSL 5.67º 0.86% 0.41% -
HSV(B) 5.67º 0.92% 0.76% -
XYZ 23.11 12.67 1.68 -
YUV 78.8 92 210.88 -
System Red Green Blue C M Y K H S L
Decimal 195 32 15 0 0.84 0.92 0.24 5.67 0.86 0.41
Hex C3 20 F 0 54 5C 18 6 56 29
Octal 303 40 17 0 124 134 30 6 126 51
Binary 11000011 100000 1111 0 1010100 1011100 11000 110 1010110 101001

Color Harmonies of #C3200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3200F

Black with #C3200F

Text Example


Text Example

White with #C3200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3200F; }

 p { color: rgb(195,32,15); }

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

background-color css

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

 a { background-color: rgb(195,32,15); }

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

border-color css

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

 span { border-color: rgb(195,32,15); }

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