Html Css Color HEX #C32302 Harley Davidson Orange

📋 copy color: '#C32302'

red 195 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #C32302

Tints of Harley Davidson Orange #C32302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 84.05%
G = 15.09%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C32302 (or 0xC32302) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 02. RGB value is (195,35,2). Sum of RGB (Red+Green+Blue) = 195+35+2=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C32302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32302 is #3CDCFD. Grayscale: #4F4F4F. Windows color (decimal): -3988734 or 140227. OLE color: 140227.

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

Color convert

RGB 195 35 2 -
CMYK 0 0.82 0.99 0.24
HSL 10.26º 0.98% 0.39% -
HSV(B) 10.26º 0.99% 0.76% -
XYZ 23.12 12.81 1.31 -
YUV 79.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 195 35 2 0 0.82 0.99 0.24 10.26 0.98 0.39
Hex C3 23 2 0 52 63 18 A 62 27
Octal 303 43 2 0 122 143 30 12 142 47
Binary 11000011 100011 10 0 1010010 1100011 11000 1010 1100010 100111

Color Harmonies of #C32302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32302

Black with #C32302

Text Example


Text Example

White with #C32302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32302; }

 p { color: rgb(195,35,2); }

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

background-color css

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

 a { background-color: rgb(195,35,2); }

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

border-color css

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

 span { border-color: rgb(195,35,2); }

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