Html Css Color HEX #CF0546 Crimson

📋 copy color: '#CF0546'

red 207 ◦ green 5 ◦ blue 70

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

Shades of Crimson #CF0546

Tints of Crimson #CF0546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 73.4%
G = 1.77%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF0546 (or 0xCF0546) is known color: Crimson. HEX triplet: CF, 05 and 46. RGB value is (207,5,70). Sum of RGB (Red+Green+Blue) = 207+5+70=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0546 is #30FAB9. Grayscale: #484848. Windows color (decimal): -3209914 or 4589007. OLE color: 4589007.

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

Color convert

RGB 207 5 70 -
CMYK 0 0.98 0.66 0.19
HSL 340.69º 0.95% 0.42% -
HSV(B) 340.69º 0.98% 0.81% -
XYZ 26.89 13.82 7.04 -
YUV 72.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 207 5 70 0 0.98 0.66 0.19 340.69 0.95 0.42
Hex CF 5 46 0 62 42 13 155 5F 2A
Octal 317 5 106 0 142 102 23 525 137 52
Binary 11001111 101 1000110 0 1100010 1000010 10011 101010101 1011111 101010

Color Harmonies of #CF0546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0546

Black with #CF0546

Text Example


Text Example

White with #CF0546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0546; }

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

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

background-color css

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

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

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

border-color css

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

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

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