Html Css Color HEX #C33D1C Harley Davidson Orange

📋 copy color: '#C33D1C'

red 195 ◦ green 61 ◦ blue 28

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

Shades of Harley Davidson Orange #C33D1C

Tints of Harley Davidson Orange #C33D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 68.66%
G = 21.48%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C33D1C (or 0xC33D1C) is known color: Harley Davidson Orange. HEX triplet: C3, 3D and 1C. RGB value is (195,61,28). Sum of RGB (Red+Green+Blue) = 195+61+28=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D1C is #3CC2E3. Grayscale: #616161. Windows color (decimal): -3982052 or 1850819. OLE color: 1850819.

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

Color convert

RGB 195 61 28 -
CMYK 0 0.69 0.86 0.24
HSL 11.86º 0.75% 0.44% -
HSV(B) 11.86º 0.86% 0.76% -
XYZ 24.38 15.02 2.71 -
YUV 97.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 195 61 28 0 0.69 0.86 0.24 11.86 0.75 0.44
Hex C3 3D 1C 0 45 56 18 C 4B 2C
Octal 303 75 34 0 105 126 30 14 113 54
Binary 11000011 111101 11100 0 1000101 1010110 11000 1100 1001011 101100

Color Harmonies of #C33D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D1C

Black with #C33D1C

Text Example


Text Example

White with #C33D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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