Html Css Color HEX #C93F1D Harley Davidson Orange

📋 copy color: '#C93F1D'

red 201 ◦ green 63 ◦ blue 29

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

Shades of Harley Davidson Orange #C93F1D

Tints of Harley Davidson Orange #C93F1D

RGB

 RED value IS 201 (78.91% from 255) = 68.6%

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

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

R = 68.6%
G = 21.5%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C93F1D (or 0xC93F1D) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 1D. RGB value is (201,63,29). Sum of RGB (Red+Green+Blue) = 201+63+29=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F1D is #36C0E2. Grayscale: #646464. Windows color (decimal): -3588323 or 1916873. OLE color: 1916873.

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

Color convert

RGB 201 63 29 -
CMYK 0 0.69 0.86 0.21
HSL 11.86º 0.75% 0.45% -
HSV(B) 11.86º 0.86% 0.79% -
XYZ 26.09 16.06 2.89 -
YUV 100.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 201 63 29 0 0.69 0.86 0.21 11.86 0.75 0.45
Hex C9 3F 1D 0 45 56 15 C 4B 2D
Octal 311 77 35 0 105 126 25 14 113 55
Binary 11001001 111111 11101 0 1000101 1010110 10101 1100 1001011 101101

Color Harmonies of #C93F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F1D

Black with #C93F1D

Text Example


Text Example

White with #C93F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F1D; }

 p { color: rgb(201,63,29); }

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

background-color css

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

 a { background-color: rgb(201,63,29); }

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

border-color css

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

 span { border-color: rgb(201,63,29); }

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