Html Css Color HEX #C33920 Harley Davidson Orange

📋 copy color: '#C33920'

red 195 ◦ green 57 ◦ blue 32

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

Shades of Harley Davidson Orange #C33920

Tints of Harley Davidson Orange #C33920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 68.66%
G = 20.07%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33920 (or 0xC33920) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 20. RGB value is (195,57,32). Sum of RGB (Red+Green+Blue) = 195+57+32=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C33920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33920 is #3CC6DF. Grayscale: #5F5F5F. Windows color (decimal): -3983072 or 2111939. OLE color: 2111939.

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

Color convert

RGB 195 57 32 -
CMYK 0 0.71 0.84 0.24
HSL 9.2º 0.72% 0.45% -
HSV(B) 9.2º 0.84% 0.76% -
XYZ 24.23 14.63 2.91 -
YUV 95.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 195 57 32 0 0.71 0.84 0.24 9.2 0.72 0.45
Hex C3 39 20 0 47 54 18 9 48 2D
Octal 303 71 40 0 107 124 30 11 110 55
Binary 11000011 111001 100000 0 1000111 1010100 11000 1001 1001000 101101

Color Harmonies of #C33920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33920

Black with #C33920

Text Example


Text Example

White with #C33920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33920; }

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

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

background-color css

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

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

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

border-color css

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

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

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