Html Css Color HEX #CF331C Harley Davidson Orange

📋 copy color: '#CF331C'

red 207 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #CF331C

Tints of Harley Davidson Orange #CF331C

RGB

 RED value IS 207 (81.25% from 255) = 72.38%

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 72.38%
G = 17.83%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF331C (or 0xCF331C) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 1C. RGB value is (207,51,28). Sum of RGB (Red+Green+Blue) = 207+51+28=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF331C is #30CCE3. Grayscale: #5F5F5F. Windows color (decimal): -3198180 or 1848271. OLE color: 1848271.

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

Color convert

RGB 207 51 28 -
CMYK 0 0.75 0.86 0.19
HSL 7.71º 0.76% 0.46% -
HSV(B) 7.71º 0.86% 0.81% -
XYZ 27.13 15.72 2.7 -
YUV 95.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 207 51 28 0 0.75 0.86 0.19 7.71 0.76 0.46
Hex CF 33 1C 0 4B 56 13 8 4C 2E
Octal 317 63 34 0 113 126 23 10 114 56
Binary 11001111 110011 11100 0 1001011 1010110 10011 1000 1001100 101110

Color Harmonies of #CF331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF331C

Black with #CF331C

Text Example


Text Example

White with #CF331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF331C; }

 p { color: rgb(207,51,28); }

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

background-color css

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

 a { background-color: rgb(207,51,28); }

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

border-color css

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

 span { border-color: rgb(207,51,28); }

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