#C33D25

Color #C33D25 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C33D25

Tints of Harley Davidson Orange #C33D25

Color information

#C33D25 (or 0xC33D25) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 3D and 25. RGB value is (195,61,37). Sum of RGB (Red+Green+Blue) = 195+61+37=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D25 is #3CC2DA. Grayscale: #626262. Windows color (decimal): -3982043 or 2440643. OLE color: 2440643.

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

Color convert

RGB1956137-
CMYK00.690.810.24
HSL9.11º68.1%45.49%-
HSV(B)9.11º81.03%76.47%-
XYZ24.5115.073.37-
YUV98.3393.39196.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.55%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=66.55%
G=20.82%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195613700.690.810.249.1168.145.49
HexC33D2504551189442d
Octal30375450105121301110455
Binary110000111111011001010100010110100011100010011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D25; }

 p { color: rgb(195,61,37); }

 H1.HeaderClassName
 {
   color: #C33D25;
 }
 .AnyTagClassName
 {
   color: #C33D25;
 }
</style>
background-color css

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

 a { background-color: rgb(195,61,37); }

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

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

 span { border-color: rgb(195,61,37); }

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