Html Css Color HEX #C3330D Harley Davidson Orange

📋 copy color: '#C3330D'

red 195 ◦ green 51 ◦ blue 13

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

Shades of Harley Davidson Orange #C3330D

Tints of Harley Davidson Orange #C3330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 75.29%
G = 19.69%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3330D (or 0xC3330D) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 0D. RGB value is (195,51,13). Sum of RGB (Red+Green+Blue) = 195+51+13=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3330D is #3CCCF2. Grayscale: #5A5A5A. Windows color (decimal): -3984627 or 865219. OLE color: 865219.

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

Color convert

RGB 195 51 13 -
CMYK 0 0.74 0.93 0.24
HSL 12.53º 0.88% 0.41% -
HSV(B) 12.53º 0.93% 0.76% -
XYZ 23.76 14 1.83 -
YUV 89.72 84.71 203.09 -
System Red Green Blue C M Y K H S L
Decimal 195 51 13 0 0.74 0.93 0.24 12.53 0.88 0.41
Hex C3 33 D 0 4A 5D 18 D 58 29
Octal 303 63 15 0 112 135 30 15 130 51
Binary 11000011 110011 1101 0 1001010 1011101 11000 1101 1011000 101001

Color Harmonies of #C3330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3330D

Black with #C3330D

Text Example


Text Example

White with #C3330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3330D; }

 p { color: rgb(195,51,13); }

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

background-color css

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

 a { background-color: rgb(195,51,13); }

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

border-color css

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

 span { border-color: rgb(195,51,13); }

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