Html Css Color HEX #C3220C Harley Davidson Orange

📋 copy color: '#C3220C'

red 195 ◦ green 34 ◦ blue 12

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

Shades of Harley Davidson Orange #C3220C

Tints of Harley Davidson Orange #C3220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 80.91%
G = 14.11%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3220C (or 0xC3220C) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 0C. RGB value is (195,34,12). Sum of RGB (Red+Green+Blue) = 195+34+12=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3220C is #3CDDF3. Grayscale: #4F4F4F. Windows color (decimal): -3988980 or 795331. OLE color: 795331.

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

Color convert

RGB 195 34 12 -
CMYK 0 0.83 0.94 0.24
HSL 7.21º 0.88% 0.41% -
HSV(B) 7.21º 0.94% 0.76% -
XYZ 23.14 12.77 1.59 -
YUV 79.63 89.84 210.29 -
System Red Green Blue C M Y K H S L
Decimal 195 34 12 0 0.83 0.94 0.24 7.21 0.88 0.41
Hex C3 22 C 0 53 5E 18 7 58 29
Octal 303 42 14 0 123 136 30 7 130 51
Binary 11000011 100010 1100 0 1010011 1011110 11000 111 1011000 101001

Color Harmonies of #C3220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3220C

Black with #C3220C

Text Example


Text Example

White with #C3220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3220C; }

 p { color: rgb(195,34,12); }

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

background-color css

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

 a { background-color: rgb(195,34,12); }

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

border-color css

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

 span { border-color: rgb(195,34,12); }

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