Html Css Color HEX #CF0646 Crimson

📋 copy color: '#CF0646'

red 207 ◦ green 6 ◦ blue 70

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

Shades of Crimson #CF0646

Tints of Crimson #CF0646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 73.14%
G = 2.12%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF0646 (or 0xCF0646) is known color: Crimson. HEX triplet: CF, 06 and 46. RGB value is (207,6,70). Sum of RGB (Red+Green+Blue) = 207+6+70=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0646 is #30F9B9. Grayscale: #494949. Windows color (decimal): -3209658 or 4589263. OLE color: 4589263.

HSL color Cylindrical-coordinate representation of color #CF0646: hue angle of 340.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0646 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 70 -
CMYK 0 0.97 0.66 0.19
HSL 340.9º 0.94% 0.42% -
HSV(B) 340.9º 0.97% 0.81% -
XYZ 26.9 13.84 7.05 -
YUV 73.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 207 6 70 0 0.97 0.66 0.19 340.9 0.94 0.42
Hex CF 6 46 0 61 42 13 155 5E 2A
Octal 317 6 106 0 141 102 23 525 136 52
Binary 11001111 110 1000110 0 1100001 1000010 10011 101010101 1011110 101010

Color Harmonies of #CF0646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0646

Black with #CF0646

Text Example


Text Example

White with #CF0646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0646; }

 p { color: rgb(207,6,70); }

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

background-color css

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

 a { background-color: rgb(207,6,70); }

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

border-color css

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

 span { border-color: rgb(207,6,70); }

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