Html Css Color HEX #CE341A Harley Davidson Orange

📋 copy color: '#CE341A'

red 206 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #CE341A

Tints of Harley Davidson Orange #CE341A

RGB

 RED value IS 206 (80.86% from 255) = 72.54%

 GREEN value IS 52 (20.7% from 255) = 18.31%

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

R = 72.54%
G = 18.31%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE341A (or 0xCE341A) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 1A. RGB value is (206,52,26). Sum of RGB (Red+Green+Blue) = 206+52+26=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE341A is #31CBE5. Grayscale: #5F5F5F. Windows color (decimal): -3263462 or 1717454. OLE color: 1717454.

HSL color Cylindrical-coordinate representation of color #CE341A: hue angle of 8.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE341A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 26 -
CMYK 0 0.75 0.87 0.19
HSL 8.67º 0.78% 0.45% -
HSV(B) 8.67º 0.87% 0.81% -
XYZ 26.87 15.65 2.58 -
YUV 95.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 206 52 26 0 0.75 0.87 0.19 8.67 0.78 0.45
Hex CE 34 1A 0 4B 57 13 9 4E 2D
Octal 316 64 32 0 113 127 23 11 116 55
Binary 11001110 110100 11010 0 1001011 1010111 10011 1001 1001110 101101

Color Harmonies of #CE341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE341A

Black with #CE341A

Text Example


Text Example

White with #CE341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE341A; }

 p { color: rgb(206,52,26); }

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

background-color css

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

 a { background-color: rgb(206,52,26); }

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

border-color css

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

 span { border-color: rgb(206,52,26); }

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