Html Css Color HEX #CF231C Harley Davidson Orange

📋 copy color: '#CF231C'

red 207 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #CF231C

Tints of Harley Davidson Orange #CF231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 76.67%
G = 12.96%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF231C (or 0xCF231C) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 1C. RGB value is (207,35,28). Sum of RGB (Red+Green+Blue) = 207+35+28=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF231C is #30DCE3. Grayscale: #555555. Windows color (decimal): -3202276 or 1844175. OLE color: 1844175.

HSL color Cylindrical-coordinate representation of color #CF231C: hue angle of 2.35º 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 #CF231C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 35 28 -
CMYK 0 0.83 0.86 0.19
HSL 2.35º 0.76% 0.46% -
HSV(B) 2.35º 0.86% 0.81% -
XYZ 26.54 14.55 2.51 -
YUV 85.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 207 35 28 0 0.83 0.86 0.19 2.35 0.76 0.46
Hex CF 23 1C 0 53 56 13 2 4C 2E
Octal 317 43 34 0 123 126 23 2 114 56
Binary 11001111 100011 11100 0 1010011 1010110 10011 10 1001100 101110

Color Harmonies of #CF231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF231C

Black with #CF231C

Text Example


Text Example

White with #CF231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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