Html Css Color HEX #C33825 Harley Davidson Orange

📋 copy color: '#C33825'

red 195 ◦ green 56 ◦ blue 37

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

Shades of Harley Davidson Orange #C33825

Tints of Harley Davidson Orange #C33825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 67.71%
G = 19.44%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C33825 (or 0xC33825) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 25. RGB value is (195,56,37). Sum of RGB (Red+Green+Blue) = 195+56+37=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C33825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33825 is #3CC7DA. Grayscale: #5F5F5F. Windows color (decimal): -3983323 or 2439363. OLE color: 2439363.

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

Color convert

RGB 195 56 37 -
CMYK 0 0.71 0.81 0.24
HSL 7.22º 0.68% 0.45% -
HSV(B) 7.22º 0.81% 0.76% -
XYZ 24.25 14.56 3.28 -
YUV 95.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 195 56 37 0 0.71 0.81 0.24 7.22 0.68 0.45
Hex C3 38 25 0 47 51 18 7 44 2D
Octal 303 70 45 0 107 121 30 7 104 55
Binary 11000011 111000 100101 0 1000111 1010001 11000 111 1000100 101101

Color Harmonies of #C33825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33825

Black with #C33825

Text Example


Text Example

White with #C33825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33825; }

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

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

background-color css

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

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

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

border-color css

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

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

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