Html Css Color HEX #C33F1C Harley Davidson Orange

📋 copy color: '#C33F1C'

red 195 ◦ green 63 ◦ blue 28

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

Shades of Harley Davidson Orange #C33F1C

Tints of Harley Davidson Orange #C33F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

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

R = 68.18%
G = 22.03%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C33F1C (or 0xC33F1C) is known color: Harley Davidson Orange. HEX triplet: C3, 3F and 1C. RGB value is (195,63,28). Sum of RGB (Red+Green+Blue) = 195+63+28=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F1C is #3CC0E3. Grayscale: #626262. Windows color (decimal): -3981540 or 1851331. OLE color: 1851331.

HSL color Cylindrical-coordinate representation of color #C33F1C: hue angle of 12.57º 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 #C33F1C is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 28 -
CMYK 0 0.68 0.86 0.24
HSL 12.57º 0.75% 0.44% -
HSV(B) 12.57º 0.86% 0.76% -
XYZ 24.49 15.24 2.75 -
YUV 98.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 195 63 28 0 0.68 0.86 0.24 12.57 0.75 0.44
Hex C3 3F 1C 0 44 56 18 D 4B 2C
Octal 303 77 34 0 104 126 30 15 113 54
Binary 11000011 111111 11100 0 1000100 1010110 11000 1101 1001011 101100

Color Harmonies of #C33F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F1C

Black with #C33F1C

Text Example


Text Example

White with #C33F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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