Html Css Color HEX #CC381D Harley Davidson Orange

📋 copy color: '#CC381D'

red 204 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #CC381D

Tints of Harley Davidson Orange #CC381D

RGB

 RED value IS 204 (80.08% from 255) = 70.59%

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 70.59%
G = 19.38%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC381D (or 0xCC381D) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 1D. RGB value is (204,56,29). Sum of RGB (Red+Green+Blue) = 204+56+29=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC381D is #33C7E2. Grayscale: #616161. Windows color (decimal): -3393507 or 1915084. OLE color: 1915084.

HSL color Cylindrical-coordinate representation of color #CC381D: hue angle of 9.26º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC381D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 29 -
CMYK 0 0.73 0.86 0.2
HSL 9.26º 0.75% 0.46% -
HSV(B) 9.26º 0.86% 0.8% -
XYZ 26.54 15.75 2.8 -
YUV 97.17 89.53 204.2 -
System Red Green Blue C M Y K H S L
Decimal 204 56 29 0 0.73 0.86 0.2 9.26 0.75 0.46
Hex CC 38 1D 0 49 56 14 9 4B 2E
Octal 314 70 35 0 111 126 24 11 113 56
Binary 11001100 111000 11101 0 1001001 1010110 10100 1001 1001011 101110

Color Harmonies of #CC381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC381D

Black with #CC381D

Text Example


Text Example

White with #CC381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC381D; }

 p { color: rgb(204,56,29); }

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

background-color css

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

 a { background-color: rgb(204,56,29); }

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

border-color css

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

 span { border-color: rgb(204,56,29); }

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