Html Css Color HEX #CC381A Harley Davidson Orange

📋 copy color: '#CC381A'

red 204 ◦ green 56 ◦ blue 26

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

Shades of Harley Davidson Orange #CC381A

Tints of Harley Davidson Orange #CC381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 71.33%
G = 19.58%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC381A (or 0xCC381A) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 1A. RGB value is (204,56,26). Sum of RGB (Red+Green+Blue) = 204+56+26=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC381A is #33C7E5. Grayscale: #616161. Windows color (decimal): -3393510 or 1718476. OLE color: 1718476.

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

Color convert

RGB 204 56 26 -
CMYK 0 0.73 0.87 0.2
HSL 10.11º 0.77% 0.45% -
HSV(B) 10.11º 0.87% 0.8% -
XYZ 26.5 15.74 2.62 -
YUV 96.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 204 56 26 0 0.73 0.87 0.2 10.11 0.77 0.45
Hex CC 38 1A 0 49 57 14 A 4D 2D
Octal 314 70 32 0 111 127 24 12 115 55
Binary 11001100 111000 11010 0 1001001 1010111 10100 1010 1001101 101101

Color Harmonies of #CC381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC381A

Black with #CC381A

Text Example


Text Example

White with #CC381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC381A; }

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

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

background-color css

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

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

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

border-color css

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

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

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